]> git.proxmox.com Git - mirror_lxc.git/commitdiff
confile: remove debug printf()s
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 1 Nov 2018 21:50:18 +0000 (22:50 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 1 Nov 2018 21:50:18 +0000 (22:50 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile.c

index d4fdaf23d9d40b9e9b303fbae788433b5580cfd8..c022cd3dede36ec141a3d1183396c916785c2ea1 100644 (file)
@@ -1803,9 +1803,6 @@ static int set_config_mount_auto(const char *key, const char *value,
                        else
                                *container_path++ = '\0';
 
-                       ERROR("AAAA: %s", host_path);
-                       ERROR("BBBB: %s", container_path);
-
                        lxc_conf->shmount.path_host = strdup(host_path);
                        if (!lxc_conf->shmount.path_host) {
                                SYSERROR("Failed to copy shmounts host path");