Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 11:58:16 AM (18 years ago)
Author:
patrick
Message:

another ip sync bug discovered. but still not the one im looking for

File:
1 edited

Legend:

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

    r9347 r9349  
    8888  *this->vPtrOut = IP(host, port);
    8989
    90   printf(" vtrp out old: %i, %i -- new: %i, %i\n", oldVal.host(), oldVal.port(), this->vPtrOut->host(), this->vPtrOut->port());
     90  printf(" %s old: %i, %i -- new: %i, %i\n", name.c_str(), oldVal.host(), oldVal.port(), this->vPtrOut->host(), this->vPtrOut->port());
    9191  setHasChanged( *this->vPtrOut != oldVal);
    9292
Note: See TracChangeset for help on using the changeset viewer.