logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit cb3b713c351410105f700079beec7fe1556ce009
parent e672f19d4c11ac7d1dbeaeabb711116e1733c075
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu, 17 Sep 2020 09:54:11 +0200

Update error message to use seccomp architecture names.

Diffstat:
Msrc/seccomp.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/seccomp.h b/src/seccomp.h @@ -30,7 +30,7 @@ #elif defined(__aarch64__) #define SECCOMP_AUDIT_ARCH AUDIT_ARCH_AARCH64 #else -#error "Seccomp is only supported on i386, amd64, and arm64 architectures." +#error "Seccomp is only supported on i386, x86_64, arm, and aarch64 architectures." #endif #define LOGSWAN_SYSCALL_ALLOW(syscall) \