From 0571062f12f0a8cd90c098d30e3a0a54bb18d1a1 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 0a17e25fd..2a7d48584 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