Merge pull request #1958 from AustinReichert/tools-refactor-lxc-wait

tools/lxc_wait: removed internal logging
This commit is contained in:
Christian Brauner 2017-11-29 02:32:35 +01:00 committed by GitHub
commit 29a012480d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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) {