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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Mar 28 21:51:35 GMT 2008


Author: chris
Date: 2008-03-28 21:51:32 +0000 (Fri, 28 Mar 2008)
New Revision: 2114

Modified:
   box/trunk/lib/server/ServerStream.h
Log:
Reduce log level of message from server child from WARNING to NOTICE, as
it's just the IP and port of the remote side of the connection.


Modified: box/trunk/lib/server/ServerStream.h
===================================================================
--- box/trunk/lib/server/ServerStream.h	2008-03-25 22:29:24 UTC (rev 2113)
+++ box/trunk/lib/server/ServerStream.h	2008-03-28 21:51:32 UTC (rev 2114)
@@ -273,7 +273,7 @@
 							}
 							
 							// Log it
-							BOX_WARNING("Message from child process " << pid << ": " << logMessage);
+							BOX_NOTICE("Message from child process " << pid << ": " << logMessage);
 						}
 						else
 						{




More information about the Boxbackup-commit mailing list