Commit 08ad4d04 authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/src/Loop.cpp: log message fixups only.

parent e7b74452
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment