Changeset 1912
- Timestamp:
- 04/11/2007 04:10:38 (14 months ago)
- Files:
-
- 1 modified
-
box/trunk/lib/server/ServerStream.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/ServerStream.h
r1783 r1912 228 228 if(psocket) 229 229 { 230 // Get the incomming connection (with zero wait time) 230 // Get the incoming connection 231 // (with zero wait time) 231 232 std::string logMessage; 232 233 std::auto_ptr<StreamType> connection(psocket->Accept(0, &logMessage)); … … 273 274 274 275 // Log it 275 BOX_WARNING(" Error message from child process " << pid << ": " << logMessage);276 BOX_WARNING("Message from child process " << pid << ": " << logMessage); 276 277 } 277 278 else
