Changeset 7667
- Timestamp:
- Nov 24, 2010, 5:12:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/masterserver/src/libraries/network/WANDiscovery.cc
r7665 r7667 49 49 /* initialize it and see if it worked */ 50 50 if( msc.initialize() ) 51 COUT( 1) << "Error: could not initialize master server communications!\n";51 COUT(0) << "Error: could not initialize master server communications!\n"; 52 52 53 53 /* connect and see if it worked */ 54 54 if( msc.connect( MS_ADDRESS, 1234 ) ) 55 COUT(1) << "Error: could not connect to master server!\n"; 55 COUT(0) << "Error: could not connect to master server!\n"; 56 57 COUT(0) << "Initialization of WANDiscovery complete.\n"; 56 58 } 57 59 … … 105 107 106 108 /* deal with replies */ 107 while( !( this->msc).pollForReply( rhandler) )109 while( !((this->msc).pollForReply( rhandler )) ) 108 110 /* nothing */; 109 111
Note: See TracChangeset
for help on using the changeset viewer.