From bc1fc88d006f172647be13b24d8856d1d45ee7e3 Mon Sep 17 00:00:00 2001 From: AustinReichert Date: Tue, 28 Nov 2017 17:55:53 -0600 Subject: [PATCH] tools/lxc_wait: removed internal logging Signed-off-by: AustinReichert --- src/lxc/tools/lxc_wait.c | 2 -- 1 file changed, 2 deletions(-) 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) {