From 1c8d382fac3101fbaa89950d0a19f65761b08d26 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 22 May 2014 03:34:59 +0200 Subject: Move fastd_loglevel_t to log.h --- src/config.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.y') 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; } -- cgit v1.2.3