[lxc-devel] [lxc/master] tools/lxc_wait: removed internal logging

AustinReichert on Github lxc-bot at linuxcontainers.org
Tue Nov 28 23:58:25 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20171128/52d511c7/attachment.bin>
-------------- next part --------------
From bc1fc88d006f172647be13b24d8856d1d45ee7e3 Mon Sep 17 00:00:00 2001
From: AustinReichert <austinskyreichert at utexas.edu>
Date: Tue, 28 Nov 2017 17:55:53 -0600
Subject: [PATCH] tools/lxc_wait: removed internal logging

Signed-off-by: AustinReichert <austinskyreichert at utexas.edu>
---
 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) {


More information about the lxc-devel mailing list