diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-20 14:03:28 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-20 14:03:28 +0100 |
commit | 949b91c64b1f6b028cc52883eb1ecb98357fc9a0 (patch) | |
tree | c3efe0c34c82a829c38f2d9bc7f964053579bbb6 | |
parent | 61265ff616323bd1821633eb79c4f14eacdca8f3 (diff) | |
download | nx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.tar.gz nx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.tar.bz2 nx-libs-949b91c64b1f6b028cc52883eb1ecb98357fc9a0.zip |
nxcomp/src/Loop.cpp: Typo fix in error msg.
-rw-r--r-- | nxcomp/src/Loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 6b903789b..754c55c96 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -4504,7 +4504,7 @@ void StartKeeper() IsRestarting(lastKeeper) == 1) { nxfatal << "Loop: PANIC! The house-keeping process is " - << "alreay running with pid '" << lastKeeper + << "already running with pid '" << lastKeeper << "'.\n" << std::flush; HandleCleanup(); |