From: Christian Brauner Date: Thu, 1 Nov 2018 21:50:18 +0000 (+0100) Subject: confile: remove debug printf()s X-Git-Tag: lxc-3.1.0~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9395c7c215ba4479d6637e07d79127e040f4c69b;p=thirdparty%2Flxc.git confile: remove debug printf()s Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index d4fdaf23d..c022cd3de 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -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");