mirror of
git://github.com/lxc/lxc
synced 2025-08-31 05:19:37 +00:00
Corrected debug message
Signed-off-by: Bartosz Tomczyk <bartekplus@gmail.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
committed by
Stéphane Graber
parent
aadd458215
commit
8255688a65
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user