Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2010, 2:11:44 PM (14 years ago)
Author:
smerkli
Message:

further debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/libraries/network/WANDiscovery.cc

    r7672 r7688  
    5151    /* connect and see if it worked */
    5252    if( msc.connect( MS_ADDRESS, 1234 ) )
    53       COUT(2) << "Error: could not connect to master server!\n";
     53      COUT(2) << "Error: could not connect to master server at "
     54        << MS_ADDRESS << std::endl;
    5455
    5556    COUT(4) << "Initialization of WANDiscovery complete.\n";
Note: See TracChangeset for help on using the changeset viewer.