diff options
-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 8204efb10..21e489b09 100644 --- a/src/libutil/logger.c +++ b/src/libutil/logger.c @@ -739,7 +739,7 @@ file_log_function (const gchar *log_domain, } file_log_function (log_domain, "logger", NULL, G_STRFUNC, - log_level, + rspamd_log->saved_loglevel, tmpbuf, forced, arg); |