]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
console: use correct log name
authorChristian Brauner <christian.brauner@mailbox.org>
Sat, 3 Sep 2016 18:05:54 +0000 (20:05 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 23:32:22 +0000 (18:32 -0500)
lxc_console is used with lxc_console.c

Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
src/lxc/console.c

index 67e5d0f177e33ce4b2810b7e3c522b2c30bce6ce..d48cb81e7f96618f25c283ad3976623200ccc596 100644 (file)
@@ -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;