printf(...) --> fprintf(stderr,...) (in a commented out line of code)

svn path=/trunk/; revision=54929
This commit is contained in:
Bill Meier 2014-01-23 14:39:29 +00:00
parent 893b1aa3cd
commit 9be9ba5ba1
1 changed files with 1 additions and 1 deletions

View File

@ -1348,7 +1348,7 @@ main(int argc, char *argv[])
* situation since trace files usually have packets in
* chronological order (oldest to newest).
*/
/* printf("++out of order, need to adjust this packet!\n"); */
/* fprintf(stderr, "++out of order, need to adjust this packet!\n"); */
snap_phdr = *phdr;
snap_phdr.ts.secs = previous_time.secs + strict_time_adj.tv.tv_sec;
snap_phdr.ts.nsecs = previous_time.nsecs;