Commit 949b91c6 authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/src/Loop.cpp: Typo fix in error msg.

parent 61265ff6
...@@ -4504,7 +4504,7 @@ void StartKeeper() ...@@ -4504,7 +4504,7 @@ void StartKeeper()
IsRestarting(lastKeeper) == 1) IsRestarting(lastKeeper) == 1)
{ {
nxfatal << "Loop: PANIC! The house-keeping process is " nxfatal << "Loop: PANIC! The house-keeping process is "
<< "alreay running with pid '" << lastKeeper << "already running with pid '" << lastKeeper
<< "'.\n" << std::flush; << "'.\n" << std::flush;
HandleCleanup(); HandleCleanup();
......
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