[lxc-devel] [lxc/master] confile: remove debug printf()s

brauner on Github lxc-bot at linuxcontainers.org
Thu Nov 1 21:51:19 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181101/9987433f/attachment.bin>
-------------- next part --------------
From 9395c7c215ba4479d6637e07d79127e040f4c69b Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Thu, 1 Nov 2018 22:50:18 +0100
Subject: [PATCH] confile: remove debug printf()s

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/confile.c | 3 ---
 1 file changed, 3 deletions(-)

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");


More information about the lxc-devel mailing list