[Box Backup-commit] COMMIT r2294 - box/trunk/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Sep 26 21:20:35 BST 2008


Author: chris
Date: 2008-09-26 21:20:35 +0100 (Fri, 26 Sep 2008)
New Revision: 2294

Modified:
   box/trunk/lib/server/ServerControl.cpp
Log:
Log reason for any waitpid() failure.


Modified: box/trunk/lib/server/ServerControl.cpp
===================================================================
--- box/trunk/lib/server/ServerControl.cpp	2008-09-26 20:20:17 UTC (rev 2293)
+++ box/trunk/lib/server/ServerControl.cpp	2008-09-26 20:20:35 UTC (rev 2294)
@@ -179,7 +179,7 @@
 		result = waitpid(pid, &status, 0);
 		if (result != pid)
 		{
-			BOX_WARNING("waitpid returned " << result);
+			BOX_LOG_SYS_ERROR("waitpid failed");
 		}
 		TEST_THAT(result == pid);
 




More information about the Boxbackup-commit mailing list