Changeset 1912
- Timestamp:
- 04/11/2007 04:10:38 (4 years ago)
- File:
-
- 1 edited
-
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
Note: See TracChangeset
for help on using the changeset viewer.
