Commit 2a3628f5 by bartekplus Committed by Stéphane Graber

Corrected debug message

parent 25adb8fa
...@@ -2296,7 +2296,7 @@ static int dropcaps_except(struct lxc_list *caps) ...@@ -2296,7 +2296,7 @@ static int dropcaps_except(struct lxc_list *caps)
return -1; return -1;
} }
DEBUG("drop capability '%s' (%d)", keep_entry, capid); DEBUG("keep capability '%s' (%d)", keep_entry, capid);
caplist[capid] = 1; caplist[capid] = 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment