[Box Backup-commit] COMMIT r1269 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 21 Jan 2007 13:53:51 +0000
Author: chris
Date: 2007-01-21 13:53:51 +0000 (Sun, 21 Jan 2007)
New Revision: 1269
Modified:
box/chris/merge/lib/common/Test.h
Log:
Improve error message when server fails to start (refs #3)
Modified: box/chris/merge/lib/common/Test.h
===================================================================
--- box/chris/merge/lib/common/Test.h 2007-01-17 22:23:36 UTC (rev 1268)
+++ box/chris/merge/lib/common/Test.h 2007-01-21 13:53:51 UTC (rev 1269)
@@ -109,7 +109,8 @@
{
if(!TestFileExists(pidFile))
{
- TEST_FAIL_WITH_MESSAGE("Server didn't save PID file");
+ TEST_FAIL_WITH_MESSAGE("Server didn't save PID file "
+ "(perhaps one was already running?)");
return -1;
}