Changeset 1912

Show
Ignore:
Timestamp:
04/11/2007 04:10:38 (14 months ago)
Author:
chris
Message:

Receiving a connection is not an error.

Files:
1 modified

Legend:

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

    r1783 r1912  
    228228                                if(psocket) 
    229229                                { 
    230                                         // Get the incomming connection (with zero wait time) 
     230                                        // Get the incoming connection 
     231                                        // (with zero wait time) 
    231232                                        std::string logMessage; 
    232233                                        std::auto_ptr<StreamType> connection(psocket->Accept(0, &logMessage)); 
     
    273274                                                         
    274275                                                        // Log it 
    275                                                         BOX_WARNING("Error message from child process " << pid << ": " << logMessage); 
     276                                                        BOX_WARNING("Message from child process " << pid << ": " << logMessage); 
    276277                                                } 
    277278                                                else