summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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