diff --git a/src/gurt/dlog.c b/src/gurt/dlog.c index 15d042b92..038eccd93 100644 --- a/src/gurt/dlog.c +++ b/src/gurt/dlog.c @@ -419,7 +419,7 @@ void d_vlog(int flags, const char *fmt, va_list ap) "%02d/%02d-%02d:%02d:%02d.%02ld %s ", tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, - (long int) tv.tv_usec / 10000, mst.uts.nodename); + (long int) tv.tv_usec, mst.uts.nodename); if (mst.oflags & DLOG_FLV_TAG) { if (mst.oflags & DLOG_FLV_LOGPID) {