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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Nov 4 04:10:38 GMT 2007


Author: chris
Date: 2007-11-04 04:10:38 +0000 (Sun, 04 Nov 2007)
New Revision: 1912

Modified:
   box/trunk/lib/server/ServerStream.h
Log:
Receiving a connection is not an error.


Modified: box/trunk/lib/server/ServerStream.h
===================================================================
--- box/trunk/lib/server/ServerStream.h	2007-11-04 03:48:23 UTC (rev 1911)
+++ box/trunk/lib/server/ServerStream.h	2007-11-04 04:10:38 UTC (rev 1912)
@@ -227,7 +227,8 @@
 
 				if(psocket)
 				{
-					// Get the incomming connection (with zero wait time)
+					// Get the incoming connection
+					// (with zero wait time)
 					std::string logMessage;
 					std::auto_ptr<StreamType> connection(psocket->Accept(0, &logMessage));
 
@@ -272,7 +273,7 @@
 							}
 							
 							// Log it
-							BOX_WARNING("Error message from child process " << pid << ": " << logMessage);
+							BOX_WARNING("Message from child process " << pid << ": " << logMessage);
 						}
 						else
 						{




More information about the Boxbackup-commit mailing list