Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 11:20:25 AM (18 years ago)
Author:
patrick
Message:

some better debug and function call cleanup

File:
1 edited

Legend:

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

    r9406 r9410  
    259259  PRINT(0)("================================= Network Monitor::debug() =====\n");
    260260  PRINT(0)(" I am: %s\n", this->localNode->getPeerInfo()->getNodeTypeString().c_str());
    261   PRINT(0)(" Total count of network connections: %i\n", this->playerNumber);
     261  PRINT(0)(" Total count of network connections: %i\n", this->connectionNumber);
     262  PRINT(0)(" Total count of players: %i\n", this->playerNumber);
    262263  PRINT(0)(" Max players on this server: %i\n", SharedNetworkData::getInstance()->getMaxPlayer());
    263264
Note: See TracChangeset for help on using the changeset viewer.