]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools/lxc_autostart: remove internal logging 1954/head
authorAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 07:12:18 +0000 (01:12 -0600)
committerAustinReichert <austinskyreichert@utexas.edu>
Tue, 28 Nov 2017 07:12:18 +0000 (01:12 -0600)
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
src/lxc/tools/lxc_autostart.c

index 69798806bd0780797c4c3f153027b13d519b60cd..48727b9f12b66b38a72ea238e6ca212a150dee13 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);