Changeset 2711


Ignore:
Timestamp:
27/08/2010 18:18:12 (18 months ago)
Author:
chris
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/SocketListen.h

    r2424 r2711  
    223223                                if(errno == EINTR) 
    224224                                { 
    225                                         BOX_ERROR("Failed to accept " 
     225                                        BOX_INFO("Failed to accept " 
    226226                                                "connection: interrupted by " 
    227227                                                "signal"); 
Note: See TracChangeset for help on using the changeset viewer.