mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 00:56:22 +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:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user