aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'logger.c')
-rwxr-xr-xlogger.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/logger.c b/logger.c
index af3bf50c8..b520800ce 100755
--- a/logger.c
+++ b/logger.c
@@ -418,6 +418,8 @@ int init_logger(void)
/* create log channels */
init_logger_chain();
+ /* initialize queue logger */
+ queue_log_init();
return -1;
}