Changeset 9410 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 24, 2006, 11:20:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9406 r9410 259 259 PRINT(0)("================================= Network Monitor::debug() =====\n"); 260 260 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); 262 263 PRINT(0)(" Max players on this server: %i\n", SharedNetworkData::getInstance()->getMaxPlayer()); 263 264
Note: See TracChangeset
for help on using the changeset viewer.