diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ logmsg(const char *format, ...) (void)fprintf(out, "LOGERROR - Failed to parse time (now: %d): ", (int)now_time); } else { - (void)fprintf(out, timebuf); + (void)fprintf(out, "%s", timebuf); } } (void)fprintf(out, "[%d]: ", getpid()); |