mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 09:12:59 +00:00
Merge pull request #4121 from sitano/ivan_fix_pidfds_loglvl
lxc_can_use_pidfd: don't log error if pidfds not supported, trace
This commit is contained in:
commit
d5e2bc9750
@ -1792,7 +1792,7 @@ bool lxc_can_use_pidfd(int pidfd)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (pidfd < 0)
|
if (pidfd < 0)
|
||||||
return log_error(false, "Kernel does not support pidfds");
|
return log_trace(false, "Kernel does not support pidfds");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We don't care whether or not children were in a waitable state. We
|
* We don't care whether or not children were in a waitable state. We
|
||||||
|
Loading…
Reference in New Issue
Block a user