From 38d28c16d24aa567980787dbfe686c767ab69d19 Mon Sep 17 00:00:00 2001 From: AustinReichert Date: Tue, 28 Nov 2017 17:29:25 -0600 Subject: [PATCH] tools/lxc_stop: removed internal logging Signed-off-by: AustinReichert --- src/lxc/tools/lxc_stop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lxc/tools/lxc_stop.c b/src/lxc/tools/lxc_stop.c index 55674a2b3..53795a31e 100644 --- a/src/lxc/tools/lxc_stop.c +++ b/src/lxc/tools/lxc_stop.c @@ -36,8 +36,6 @@ #define OPT_NO_LOCK OPT_USAGE + 1 #define OPT_NO_KILL OPT_USAGE + 2 -lxc_log_define(lxc_stop_ui, lxc); - static int my_parser(struct lxc_arguments *args, int c, char *arg) { switch (c) { -- 2.47.2