Project

General

Profile

Revision 621

added a newline to a print

View differences:

PositionMonitor.cpp
75 75
    if (iter == positionMap.end()) {
76 76
      //a position was found that probably isn't a known 
77 77
      //  robot so add it in case a new robot entered the field
78
      printf("Inserting new robot: %d (%d,%d)", newIdToAssign, newPos.x, newPos.y);
78
      printf("Inserting new robot: %d (%d,%d)\n", newIdToAssign, newPos.x, newPos.y);
79 79
      
80 80
      //a position was found that probably isn't a known robot so add it in case a new robot entered the field
81 81
      newPositionMap.insert(make_pair(newIdToAssign, newPos));

Also available in: Unified diff