diff options
Diffstat (limited to 'src/libutil/logger.c')
-rw-r--r-- | src/libutil/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logger.c b/src/libutil/logger.c index b180b9dc5..c3ede99a5 100644 --- a/src/libutil/logger.c +++ b/src/libutil/logger.c @@ -576,7 +576,7 @@ file_log_function (const gchar *log_domain, gboolean forced, gpointer arg) { - static gchar tmpbuf[256], timebuf[32], modulebuf[64]; + gchar tmpbuf[256], timebuf[32], modulebuf[64]; gchar *m; time_t now; struct tm *tms; |