]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools/lxc_autostart: remove internal logging
authorAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 07:12:18 +0000 (01:12 -0600)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 17 Dec 2017 14:22:27 +0000 (15:22 +0100)
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
src/lxc/tools/lxc_autostart.c

index f171f73b126aecaf1f6eb21a63b7b463b22d8c0a..17301ca4f070eca88ff0af16f04e55d96fa6f7e5 100644 (file)
@@ -28,7 +28,6 @@
 #include "log.h"
 #include "utils.h"
 
-lxc_log_define(lxc_autostart_ui, lxc);
 static struct lxc_list *accumulate_list(char *input, char *delimiter, struct lxc_list *str_list);
 
 struct lxc_list *cmd_groups_list = NULL;
@@ -309,7 +308,7 @@ static int get_config_integer(struct lxc_container *c, char *key) {
        }
 
        if (lxc_safe_int(value, &ret) < 0)
-               DEBUG("Could not parse config item.");
+               printf("Could not parse config item.\n");
 
        free(value);