]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools/lxc_wait: removed internal logging
authorAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 23:55:53 +0000 (17:55 -0600)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 17 Dec 2017 14:47:12 +0000 (15:47 +0100)
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
src/lxc/tools/lxc_wait.c

index f3b5e067d456607a62072d4e8e86ad55b7741831..f429ab1deb1e4c1408df35c9db42f23216d32a1b 100644 (file)
@@ -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) {