Commit b5eb7be1 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 cdb7b5a7
...@@ -52,7 +52,7 @@ ...@@ -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;
......
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