mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
seccomp: fix a typo in error message
This commit is contained in:
parent
71891fb2de
commit
a52765a550
@ -1123,7 +1123,7 @@ int seccomp_load_syscall_filter_set_raw(uint32_t default_action, Hashmap* filter
|
|||||||
if (ERRNO_IS_SECCOMP_FATAL(r))
|
if (ERRNO_IS_SECCOMP_FATAL(r))
|
||||||
return r;
|
return r;
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
log_debug_errno(r, "Failed to install systemc call filter for architecture %s, skipping: %m",
|
log_debug_errno(r, "Failed to install system call filter for architecture %s, skipping: %m",
|
||||||
seccomp_arch_to_string(arch));
|
seccomp_arch_to_string(arch));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user