[lxc-devel] [lxc/master] tools/lxc_console: remove internal logging

AustinReichert on Github lxc-bot at linuxcontainers.org
Wed Nov 29 00:10:27 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171129/d196a50b/attachment.bin>
-------------- next part --------------
From 84cb7e2b6cedc96b2497aac347127e3c7e099317 Mon Sep 17 00:00:00 2001
From: AustinReichert <austinskyreichert at utexas.edu>
Date: Tue, 28 Nov 2017 02:52:16 -0600
Subject: [PATCH] tools/lxc_console: remove internal logging

Signed-off-by: AustinReichert <austinskyreichert at utexas.edu>
---
 src/lxc/tools/lxc_console.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lxc/tools/lxc_console.c b/src/lxc/tools/lxc_console.c
index 66b909162..876cbce58 100644
--- a/src/lxc/tools/lxc_console.c
+++ b/src/lxc/tools/lxc_console.c
@@ -46,8 +46,6 @@
 #include "mainloop.h"
 #include "utils.h"
 
-lxc_log_define(lxc_console_ui, lxc);
-
 static char etoc(const char *expr)
 {
 	/* returns "control code" of given expression */


More information about the lxc-devel mailing list