Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 11:26:03 AM (18 years ago)
Author:
patrick
Message:

hard core debug output enabled. there is a untraceable strange bug. stuck.

File:
1 edited

Legend:

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

    r9371 r9375  
    207207      n = (*it)->writeToBuf( stateTo->data+i, stateTo->dataLength - i );
    208208      //NETPRINTF(0)("getvar %s %d\n", (*it)->getName().c_str(), n);
     209      PRINTF(0)("getvar %s %d\n", (*it)->getName().c_str(), n);
    209210      stateTo->sizeList.push_back( n );
    210       //(*it)->debug();
     211      // this is only for very hardcore debug sessions
     212      // (*it)->debug();
    211213      i += n;
    212214    }
     
    325327      i += n;
    326328      //NETPRINTF(0)("%s::setvar %s %d\n", getClassName(), (*it)->getName().c_str(), n);
     329      PRINTF(0)("%s::setvar %s %d\n", getClassName().c_str(), (*it)->getName().c_str(), n);
    327330      //(*it)->debug();
    328331      if ( (*it)->getHasChanged() )
Note: See TracChangeset for help on using the changeset viewer.