mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-27 13:57:26 +03:00
cgroup: fix typo in BPF firewall support warning message
This commit is contained in:
parent
5afe558cfd
commit
fc103b3e34
@ -554,7 +554,7 @@ static int bus_cgroup_set_transient_property(
|
||||
static bool warned = false;
|
||||
|
||||
log_full(warned ? LOG_DEBUG : LOG_WARNING,
|
||||
"Transient unit %s configures an IP firewall with BPF, but the local system does not support BPF/cgroup firewalling with mulitiple filters.\n"
|
||||
"Transient unit %s configures an IP firewall with BPF, but the local system does not support BPF/cgroup firewalling with multiple filters.\n"
|
||||
"Starting this unit will fail! (This warning is only shown for the first started transient unit using IP firewalling.)", u->id);
|
||||
warned = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user