From: AustinReichert Date: Tue, 28 Nov 2017 09:34:42 +0000 (-0600) Subject: tools/lxc_info: removed internal logging X-Git-Tag: lxc-2.0.10~553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ba7b0fe6e5e9854153b1fc9a7b28a926095775;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 7330a0bac..24ca743a0 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;