From: AustinReichert Date: Tue, 28 Nov 2017 23:29:25 +0000 (-0600) Subject: tools/lxc_stop: removed internal logging X-Git-Tag: lxc-3.0.0.beta1~152^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d28c16d24aa567980787dbfe686c767ab69d19;p=thirdparty%2Flxc.git tools/lxc_stop: removed internal logging Signed-off-by: AustinReichert --- 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) {