From 8255688a655a330973e89d0dc0129f8ff698372d Mon Sep 17 00:00:00 2001 From: bartekplus Date: Mon, 2 Jun 2014 20:07:13 +0200 Subject: [PATCH] Corrected debug message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartosz Tomczyk Acked-by: Stéphane Graber --- src/lxc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 9fa4858b9..a63157117 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -2296,7 +2296,7 @@ static int dropcaps_except(struct lxc_list *caps) return -1; } - DEBUG("drop capability '%s' (%d)", keep_entry, capid); + DEBUG("keep capability '%s' (%d)", keep_entry, capid); caplist[capid] = 1; } -- 2.47.2