From: bartekplus Date: Mon, 2 Jun 2014 18:07:13 +0000 (+0200) Subject: Corrected debug message X-Git-Tag: lxc-1.0.4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3628f5bb25d71ec1d6eb13b4078740cbca7acc;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 a3d1f6879..6014e4eb1 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; }