diff --git a/src/core/bpf-firewall.c b/src/core/bpf-firewall.c index 44aa1bfb1e..5952eaf2f7 100644 --- a/src/core/bpf-firewall.c +++ b/src/core/bpf-firewall.c @@ -893,7 +893,7 @@ void emit_bpf_firewall_warning(Unit *u) { static bool warned = false; if (!warned) { - bool quiet = bpf_firewall_unsupported_reason == -EPERM && detect_container(); + bool quiet = bpf_firewall_unsupported_reason == -EPERM && detect_container() > 0; log_unit_full_errno(u, quiet ? LOG_DEBUG : LOG_WARNING, bpf_firewall_unsupported_reason, "unit configures an IP firewall, but %s.\n"