From: AustinReichert Date: Tue, 28 Nov 2017 09:34:42 +0000 (-0600) Subject: tools/lxc_info: removed internal logging X-Git-Tag: lxc-3.0.0.beta1~157^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1967%2Fhead;p=thirdparty%2Flxc.git tools/lxc_info: removed internal logging Signed-off-by: AustinReichert --- diff --git a/src/lxc/tools/lxc_info.c b/src/lxc/tools/lxc_info.c index b73a12b90..3c7f6b398 100644 --- a/src/lxc/tools/lxc_info.c +++ b/src/lxc/tools/lxc_info.c @@ -37,8 +37,6 @@ #include "commands.h" #include "arguments.h" -lxc_log_define(lxc_info_ui, lxc); - static bool ips; static bool state; static bool pid;