Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 8:53:52 AM (18 years ago)
Author:
patrick
Message:

tracing the unique id bug

File:
1 edited

Legend:

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

    r9399 r9400  
    724724      else
    725725        n = Converter::intToByteArray( sync.getUniqueID(), buf + offset, UDP_PACKET_SIZE - offset );
     726
     727      PRINTF(0)("unique id: %i\n", sync.getUniqueID());
    726728
    727729      assert( n == INTSIZE );
Note: See TracChangeset for help on using the changeset viewer.