diff options
-rw-r--r-- | rvnit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rvnit.c b/rvnit.c index 345603b..794d43c 100644 --- a/rvnit.c +++ b/rvnit.c @@ -483,8 +483,8 @@ logger_loop(void* ignored) to logger failed (potentially because the pipe is full, we don't want to stall here) */ - dprintf(2, "%s.%05ld %s[%ld]: %.*s\n", - timestamp, now.tv_nsec / 10000, + dprintf(2, "%s %s[%ld]: %.*s\n", + timestamp, sv, pid, (int)(eol - s), s); } |