Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 5:20:02 PM (18 years ago)
Author:
patrick
Message:

better debug output now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9574 r9575  
    601601                 SharedNetworkData::getInstance()->isUserMasterServer(it->second.userId))
    602602            {
    603               PRINTF(0)("Handshake: i am in client role\n");
     603              PRINTF(4)("Handshake: i am in client role\n");
    604604
    605605              SharedNetworkData::getInstance()->setHostID( it->second.handshake->getHostId() );
     
    656656              else if ( SharedNetworkData::getInstance()->isProxyServerActive() && it->second.isClient() )
    657657              {
    658                 PRINTF(0)("Handshake: Proxy in server role: connecting %i\n", it->second.userId);
     658                PRINTF(4)("Handshake: Proxy in server role: connecting %i\n", it->second.userId);
    659659
    660660                it->second.ip = it->second.socket->getRemoteAddress();
Note: See TracChangeset for help on using the changeset viewer.