From: Christian Brauner Date: Sat, 3 Sep 2016 18:05:54 +0000 (+0200) Subject: console: use correct log name X-Git-Tag: lxc-2.1.0~333^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1167%2Fhead;p=thirdparty%2Flxc.git console: use correct log name lxc_console is used with lxc_console.c Signed-off-by: Christian Brauner --- 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;