diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-18 12:23:45 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-18 12:23:45 +0100 |
commit | 08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8 (patch) | |
tree | 9e32d2376f8cd71505f984f1433e40c4d8ac1bee /nxcomp/src | |
parent | e7b7445251c120a0a1d3b1f1f9ad10b8dc8915d3 (diff) | |
download | nx-libs-08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8.tar.gz nx-libs-08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8.tar.bz2 nx-libs-08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8.zip |
nxcomp/src/Loop.cpp: log message fixups only.
Diffstat (limited to 'nxcomp/src')
-rw-r--r-- | nxcomp/src/Loop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index bb6d18531..a77954507 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -5529,11 +5529,11 @@ void RestoreSignal(int signal) if (lastMasks.enabled[signal] == 0) { nxwarn << "Loop: WARNING! Signal '" << DumpSignal(signal) - << " not installed in process with pid '" + << "' not installed in process with pid '" << getpid() << "'.\n" << std::flush; cerr << "Warning" << ": Signal '" << DumpSignal(signal) - << " not installed in process with pid '" + << "' not installed in process with pid '" << getpid() << "'.\n"; return; |