Commit 000d60ea by Christian Brauner Committed by Stéphane Graber

console: use correct log name

lxc_console is used with lxc_console.c Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org>
parent 6a61b1a7
......@@ -50,7 +50,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