Unverified Commit a8c7d037 by Stéphane Graber Committed by GitHub

Merge pull request #2714 from brauner/2018-11-01/remove_accidental_debug_statements

confile: remove debug printf()s
parents cb1be30a 9395c7c2
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment