Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 5:01:38 PM (19 years ago)
Author:
patrick
Message:

found the bug, master-server proxy architecture is working correctly. yeaaa

File:
1 edited

Legend:

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

    r9571 r9574  
    538538  }
    539539
    540   PRINTF(0)("Current number of connections is: %i\n", this->peers.size());
     540  PRINT(0)(" Current number of connections is: %i\n", this->peers.size());
    541541  for ( PeerList::iterator it = peers.begin(); it != peers.end(); it++ )
    542542  {
    543     PRINTF(0)("peers[%i] with uniqueId %i and address: %s\n", it->first, it->second.userId, it->second.ip.ipString().c_str());
    544   }
     543    PRINT(0)("  peers[%i] with uniqueId %i and address: %s\n", it->first, it->second.userId, it->second.ip.ipString().c_str());
     544  }
     545  PRINT(0)("\n\n");
    545546
    546547
Note: See TracChangeset for help on using the changeset viewer.