mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-28 13:02:48 +00:00
Merge pull request #2714 from brauner/2018-11-01/remove_accidental_debug_statements
confile: remove debug printf()s
This commit is contained in:
commit
a8c7d037e3
@ -1803,9 +1803,6 @@ static int set_config_mount_auto(const char *key, const char *value,
|
|||||||
else
|
else
|
||||||
*container_path++ = '\0';
|
*container_path++ = '\0';
|
||||||
|
|
||||||
ERROR("AAAA: %s", host_path);
|
|
||||||
ERROR("BBBB: %s", container_path);
|
|
||||||
|
|
||||||
lxc_conf->shmount.path_host = strdup(host_path);
|
lxc_conf->shmount.path_host = strdup(host_path);
|
||||||
if (!lxc_conf->shmount.path_host) {
|
if (!lxc_conf->shmount.path_host) {
|
||||||
SYSERROR("Failed to copy shmounts host path");
|
SYSERROR("Failed to copy shmounts host path");
|
||||||
|
Loading…
Reference in New Issue
Block a user