Changeset 9574 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 28, 2006, 5:01:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9571 r9574 538 538 } 539 539 540 PRINT F(0)("Current number of connections is: %i\n", this->peers.size());540 PRINT(0)(" Current number of connections is: %i\n", this->peers.size()); 541 541 for ( PeerList::iterator it = peers.begin(); it != peers.end(); it++ ) 542 542 { 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"); 545 546 546 547
Note: See TracChangeset
for help on using the changeset viewer.