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

subversion at boxbackup.org subversion at boxbackup.org
Sat Nov 17 19:49:15 GMT 2012


Author: chris
Date: 2012-11-17 19:49:14 +0000 (Sat, 17 Nov 2012)
New Revision: 3154

Modified:
   box/trunk/lib/server/ServerStream.h
Log:
Fix missing space in log message.


Modified: box/trunk/lib/server/ServerStream.h
===================================================================
--- box/trunk/lib/server/ServerStream.h	2012-11-17 18:07:29 UTC (rev 3153)
+++ box/trunk/lib/server/ServerStream.h	2012-11-17 19:49:14 UTC (rev 3154)
@@ -297,7 +297,7 @@
 							
 							// Log it
 							BOX_TRACE("Forked child process " << pid << 
-								"to handle connection from " <<
+								" to handle connection from " <<
 								mConnectionDetails);
 						}
 						else




More information about the Boxbackup-commit mailing list