Changeset 6575 in orxonox.OLD for branches/network/src
- Timestamp:
- Jan 18, 2006, 3:40:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/coord/p_node.cc
r6573 r6575 1079 1079 1080 1080 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); 1082 1082 1083 1083 for (int i = 0; i<n; i++) … … 1133 1133 n--; 1134 1134 } 1135 PRINTF(0)("write %s:n=%d ", this->getName(), n);1135 PRINTF(0)("write %s:n=%d\n", this->getName(), n); 1136 1136 SYNCHELP_WRITE_INT( n ); 1137 1137
Note: See TracChangeset
for help on using the changeset viewer.