[Box Backup-dev] COMMIT r525 - box/chris/general/lib/server

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 26 Feb 2006 19:37:45 +0000 (GMT)


Author: chris
Date: 2006-02-26 19:37:42 +0000 (Sun, 26 Feb 2006)
New Revision: 525

Modified:
   box/chris/general/lib/server/Daemon.cpp
Log:
* Daemon.cpp
- Properly format message to stderr, by adding a newline at the end


Modified: box/chris/general/lib/server/Daemon.cpp
===================================================================
--- box/chris/general/lib/server/Daemon.cpp	2006-02-26 14:23:30 UTC (rev 524)
+++ box/chris/general/lib/server/Daemon.cpp	2006-02-26 19:37:42 UTC (rev 525)
@@ -142,7 +142,7 @@
 			{
 				fprintf(stderr, "%s: failed to start: "
 					"failed to open configuration file: "
-					"%s", DaemonName(), 
+					"%s\n", DaemonName(), 
 					mConfigFileName.c_str());
 #ifdef WIN32
 				::syslog(LOG_ERR, "%s: failed to start: "