Changeset 2114

Show
Ignore:
Timestamp:
28/03/2008 21:51:32 (9 months ago)
Author:
chris
Message:

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.

Files:
1 modified

Legend:

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

    r1912 r2114  
    274274                                                         
    275275                                                        // Log it 
    276                                                         BOX_WARNING("Message from child process " << pid << ": " << logMessage); 
     276                                                        BOX_NOTICE("Message from child process " << pid << ": " << logMessage); 
    277277                                                } 
    278278                                                else