Revision: 14507
Author: adrian.chadd
Date: Sun Mar 28 04:34:18 2010
Log: call getCurrentTime() so debug() statements log a timestamp!


http://code.google.com/p/lusca-cache/source/detail?r=14507

Modified:
 /branches/LUSCA_HEAD/tools/ufs_obj_cat.c

=======================================
--- /branches/LUSCA_HEAD/tools/ufs_obj_cat.c    Sun Mar 28 04:16:55 2010
+++ /branches/LUSCA_HEAD/tools/ufs_obj_cat.c    Sun Mar 28 04:34:18 2010
@@ -64,6 +64,8 @@
                perror("read");
                exit(1);
        }
+
+       getCurrentTime();

        /* try parsing! */
        tl = storeSwapMetaUnpack(buf, &r);

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to