printf(...) --> fprintf(stderr,...) (in a commented out line of code)
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Jan 2014 14:39:29 +0000 (14:39 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 23 Jan 2014 14:39:29 +0000 (14:39 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54929 f5534014-38df-0310-8fa8-9805f1628bb7

editcap.c

index ca4a327551abbb1fca8501eadb472e9cfaaecc0a..46b9e877fcb634db1f51804f5e105f08689ebeda 100644 (file)
--- a/editcap.c
+++ b/editcap.c
@@ -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;