summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/ServerControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/ServerControl.cpp b/lib/server/ServerControl.cpp
index 08b88531..c4668b57 100644
--- a/lib/server/ServerControl.cpp
+++ b/lib/server/ServerControl.cpp
@@ -179,7 +179,7 @@ bool KillServer(int pid, bool WaitForProcess)
result = waitpid(pid, &status, 0);
if (result != pid)
{
- BOX_WARNING("waitpid returned " << result);
+ BOX_LOG_SYS_ERROR("waitpid failed");
}
TEST_THAT(result == pid);