diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/journal/microhttpd-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/microhttpd-util.c b/src/journal/microhttpd-util.c index f693e0f10d..9a8d5c6a12 100644 --- a/src/journal/microhttpd-util.c +++ b/src/journal/microhttpd-util.c @@ -129,7 +129,7 @@ void log_func_gnutls(int level, const char *message) { if (0 <= level && level < (int) ELEMENTSOF(log_level_map)) ourlevel = log_level_map[level]; else - level = LOG_DEBUG; + ourlevel = LOG_DEBUG; log_meta(ourlevel, NULL, 0, NULL, "gnutls: %s", message); } |