console: use correct log name

lxc_console is used with lxc_console.c Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org>
parent d04d5ff1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment