console: use correct log name

lxc_console is used with lxc_console.c

Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
This commit is contained in:
Christian Brauner 2016-09-03 20:05:54 +02:00
parent d04d5ff1ed
commit f36e165462
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -52,7 +52,7 @@
#include <../include/openpty.h> #include <../include/openpty.h>
#endif #endif
lxc_log_define(lxc_console, lxc); lxc_log_define(console, lxc);
static struct lxc_list lxc_ttys; static struct lxc_list lxc_ttys;