From 08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Mon, 18 Dec 2017 12:23:45 +0100 Subject: nxcomp/src/Loop.cpp: log message fixups only. --- nxcomp/src/Loop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nxcomp') 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; -- cgit v1.2.3