From 3e6a976f8a2aa5afa3cc76f98d4d7eeff1474ed1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 28 Aug 2015 16:44:15 +0100 Subject: [PATCH] Fix repeated logging. --- src/libutil/logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/logger.c b/src/libutil/logger.c index b180b9dc55..c3ede99a57 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; -- 2.47.3