Revision 21444915 src/timestamped_list.cpp

View differences:

src/timestamped_list.cpp
137 137
    }
138 138

  
139 139
    //we reached the end, return the last value
140
    printf("> warning: found no timestamp bigger than %f in timestamped list...\n", target_ts.to_seconds());
140
    printf("> warning: found no timestamp >= than %f in timestamped list...\n", target_ts.to_seconds());
141 141
    printf("           this should not happen as images will always be behind\n");
142 142
    printf("           the motor data. returning most recent value (ts=%f)\n", previous.timestamp.to_seconds());
143 143

  

Also available in: Unified diff