[lxc-devel] [lxc/master] console: use correct log name

brauner on Github lxc-bot at linuxcontainers.org
Sat Sep 3 18:08:27 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 407 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160903/a28dcce0/attachment.bin>
-------------- next part --------------
From f36e165462295cb3a4e1b4a40fb66ef88037e19d Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at mailbox.org>
Date: Sat, 3 Sep 2016 20:05:54 +0200
Subject: [PATCH] console: use correct log name

lxc_console is used with lxc_console.c

Signed-off-by: Christian Brauner <christian.brauner at mailbox.org>
---
 src/lxc/console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/console.c b/src/lxc/console.c
index 6d335ca..052512e 100644
--- a/src/lxc/console.c
+++ b/src/lxc/console.c
@@ -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;
 


More information about the lxc-devel mailing list