From 4fd8586c37d660ac1156675bac20d736a42e5820 Mon Sep 17 00:00:00 2001 From: AustinReichert Date: Tue, 28 Nov 2017 03:34:42 -0600 Subject: [PATCH] tools/lxc_info: removed internal logging Signed-off-by: AustinReichert --- src/lxc/tools/lxc_info.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.2