Changeset 9353 in orxonox.OLD
- Timestamp:
- Jul 20, 2006, 12:13:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.cc
r9350 r9353 151 151 { 152 152 this->proxyAddressesSynched++; 153 PRINTF(0)("got proxy1: %i, %i\n", this->remoteState.proxy1.host(), this->remoteState.proxy1.port()); 153 154 } 154 155 … … 157 158 { 158 159 this->proxyAddressesSynched++; 160 PRINTF(0)("got proxy2: %i, %i\n", this->remoteState.proxy2.host(), this->remoteState.proxy2.port()); 159 161 } 160 162
Note: See TracChangeset
for help on using the changeset viewer.