From 24f96505b629dd579502bc8ef15e3a36cefb769e Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 4 Feb 2011 16:14:16 +0000 Subject: *** empty log message *** --- src/log.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/log.c b/src/log.c index c311ddf..0eba2f1 100644 --- a/src/log.c +++ b/src/log.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.17 2011/02/04 16:14:16 james + * *** empty log message *** + * * Revision 1.16 2010/07/27 14:49:35 james * add support for byte logging * @@ -171,8 +174,8 @@ flog_emit_stamp(Log *_l) t = tv.tv_sec; tm = localtime (&t); - fprintf (l->fp, "%s %2d %02d:%02d:%02d ", months[tm->tm_mon], - tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec); + fprintf (l->fp, "%s %2d %02d:%02d:%02d.%06d ", months[tm->tm_mon], + tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec,(int) tv.tv_usec); } -- cgit v1.2.3