summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index 7ea755f6..69517752 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -109,7 +109,8 @@ inline int ReadPidFile(const char *pidFile)
{
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;
}