Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9353 in orxonox.OLD


Ignore:
Timestamp:
Jul 20, 2006, 12:13:39 PM (18 years ago)
Author:
patrick
Message:

a little bit more debug output

File:
1 edited

Legend:

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

    r9350 r9353  
    151151    {
    152152      this->proxyAddressesSynched++;
     153      PRINTF(0)("got proxy1: %i, %i\n", this->remoteState.proxy1.host(), this->remoteState.proxy1.port());
    153154    }
    154155
     
    157158    {
    158159      this->proxyAddressesSynched++;
     160      PRINTF(0)("got proxy2: %i, %i\n", this->remoteState.proxy2.host(), this->remoteState.proxy2.port());
    159161    }
    160162
Note: See TracChangeset for help on using the changeset viewer.