summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-08-27 17:18:12 +0000
committerChris Wilson <chris+github@qwirx.com>2010-08-27 17:18:12 +0000
commita26e07c5fb97b264bf1547cedfa8d988459a5a01 (patch)
tree1e0e74d44263b359759dcb429454add40f8a1026
parent16c6afde285551e9aa598ba38ca0db426f6b3777 (diff)
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.
-rw-r--r--lib/server/SocketListen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/SocketListen.h b/lib/server/SocketListen.h
index 586adf22..1ec6f512 100644
--- a/lib/server/SocketListen.h
+++ b/lib/server/SocketListen.h
@@ -222,7 +222,7 @@ public:
// signal?
if(errno == EINTR)
{
- BOX_ERROR("Failed to accept "
+ BOX_INFO("Failed to accept "
"connection: interrupted by "
"signal");
// return nothing