Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 11:58:26 AM (19 years ago)
Author:
patrick
Message:

found a bug in the debug output and switched implementation

File:
1 edited

Legend:

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

    r9551 r9553  
    650650              else if ( SharedNetworkData::getInstance()->isProxyServerActive() && it->second.isClient() )
    651651              {
    652                 PRINTF(0)("Handshake: Proxy in server role: connecting %i, key: %i\n", it->second.userId, it->first);
     652                PRINTF(0)("Handshake: Proxy in server role: connecting %i\n", it->second.userId);
    653653
    654654                it->second.ip = it->second.socket->getRemoteAddress();
     
    657657
    658658                // work with the ProxyControl to init the new client
    659                 PRINTF(0)("userId realy realy is: %i and key: %i\n", it->second.userId, it->first);
    660659                ProxyControl::getInstance()->signalNewClient( it->second.userId);
    661660
Note: See TracChangeset for help on using the changeset viewer.