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