]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Corrected debug message
authorbartekplus <bartekplus@gmail.com>
Mon, 2 Jun 2014 18:07:13 +0000 (20:07 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 3 Jun 2014 15:25:50 +0000 (11:25 -0400)
Signed-off-by: Bartosz Tomczyk <bartekplus@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c

index 9fa4858b906748a28964ef0c9194da500f6d8c96..a63157117f49f709be6259cd36519a0a4c64a234 100644 (file)
@@ -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;
        }