From f36e165462295cb3a4e1b4a40fb66ef88037e19d Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 3 Sep 2016 20:05:54 +0200 Subject: [PATCH] console: use correct log name lxc_console is used with lxc_console.c Signed-off-by: Christian Brauner --- src/lxc/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/console.c b/src/lxc/console.c index 6d335cade..052512eb5 100644 --- a/src/lxc/console.c +++ b/src/lxc/console.c @@ -52,7 +52,7 @@ #include <../include/openpty.h> #endif -lxc_log_define(lxc_console, lxc); +lxc_log_define(console, lxc); static struct lxc_list lxc_ttys;