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

subversion at boxbackup.org subversion at boxbackup.org
Fri Aug 27 18:18:12 BST 2010


Author: chris
Date: 2010-08-27 18:18:12 +0100 (Fri, 27 Aug 2010)
New Revision: 2711

Modified:
   box/trunk/lib/server/SocketListen.h
Log:
It's not an error to be interrupted by a signal while waiting for an 
incoming connection. This is the normal way to shut down or reload 
bbackupd.


Modified: box/trunk/lib/server/SocketListen.h
===================================================================
--- box/trunk/lib/server/SocketListen.h	2010-08-27 17:13:27 UTC (rev 2710)
+++ box/trunk/lib/server/SocketListen.h	2010-08-27 17:18:12 UTC (rev 2711)
@@ -222,7 +222,7 @@
 				// signal?
 				if(errno == EINTR)
 				{
-					BOX_ERROR("Failed to accept "
+					BOX_INFO("Failed to accept "
 						"connection: interrupted by "
 						"signal");
 					// return nothing




More information about the Boxbackup-commit mailing list