mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Make log times line up for neatness
This commit is contained in:
parent
7ae14f77a2
commit
ea5a8ed771
@ -101,7 +101,7 @@ const char *nslog_gettime(void)
|
||||
|
||||
timeval_subtract(&tv, &now_tv, &start_tv);
|
||||
|
||||
snprintf(buff, sizeof(buff),"(%ld.%ld)",
|
||||
snprintf(buff, sizeof(buff),"(%ld.%06ld)",
|
||||
(long)tv.tv_sec, (long)tv.tv_usec);
|
||||
|
||||
return buff;
|
||||
|
Loading…
Reference in New Issue
Block a user