Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6575 in orxonox.OLD for branches/network/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Jan 18, 2006, 3:40:34 PM (18 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/coord/p_node.cc

    r6573 r6575  
    10791079
    10801080  SYNCHELP_READ_INT( n );
    1081   PRINTF(0)("read %s:n=%d", this->getName(), n);
     1081  PRINTF(0)("read %s:n=%d\n", this->getName(), n);
    10821082
    10831083  for (int i = 0; i<n; i++)
     
    11331133      n--;
    11341134  }
    1135   PRINTF(0)("write %s:n=%d", this->getName(), n);
     1135  PRINTF(0)("write %s:n=%d\n", this->getName(), n);
    11361136  SYNCHELP_WRITE_INT( n );
    11371137
Note: See TracChangeset for help on using the changeset viewer.