summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index a448a00..88d6f53 100644
--- a/src/config.y
+++ b/src/config.y
@@ -277,7 +277,7 @@ hide: TOK_IP TOK_ADDRESSES boolean {
maybe_log_level:
TOK_LEVEL log_level { $$ = $2; }
- | { $$ = FASTD_DEFAULT_LOG_LEVEL; }
+ | { $$ = LL_DEFAULT; }
;
log_level: TOK_FATAL { $$ = LL_FATAL; }