From: AustinReichert Date: Tue, 28 Nov 2017 23:55:53 +0000 (-0600) Subject: tools/lxc_wait: removed internal logging X-Git-Tag: lxc-3.0.0.beta1~148^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1958%2Fhead;p=thirdparty%2Flxc.git tools/lxc_wait: removed internal logging Signed-off-by: AustinReichert --- diff --git a/src/lxc/tools/lxc_wait.c b/src/lxc/tools/lxc_wait.c index b92219405..62b7c01b5 100644 --- a/src/lxc/tools/lxc_wait.c +++ b/src/lxc/tools/lxc_wait.c @@ -34,8 +34,6 @@ #include "log.h" #include "arguments.h" -lxc_log_define(lxc_wait_ui, lxc); - static int my_checker(const struct lxc_arguments* args) { if (!args->states) {