From: AustinReichert Date: Tue, 28 Nov 2017 23:29:25 +0000 (-0600) Subject: tools/lxc_stop: removed internal logging X-Git-Tag: lxc-2.0.10~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0571062f12f0a8cd90c098d30e3a0a54bb18d1a1;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 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) {