diff options
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ static int save; static time_t now; static struct tm *tm; -static char buf[25]; /* "2011-10-08T07:07:09+1111" */ +static char buf[25]; /* strlen("2011-10-08T07:07:09+1111") + 1 */ static va_list ap; static enum loglevel def_loglevel = LOG_DEBUG; |