From: bartekplus Date: Mon, 2 Jun 2014 18:07:13 +0000 (+0200) Subject: Corrected debug message X-Git-Tag: lxc-1.1.0.alpha1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8255688a655a330973e89d0dc0129f8ff698372d;p=thirdparty%2Flxc.git Corrected debug message Signed-off-by: Bartosz Tomczyk Acked-by: Stéphane Graber --- 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; }