common/Seccomp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5fb0f74980ff6049417c6ba78c8d6ef71949240 Author: Jan Holesovsky <[email protected]> Date: Fri Aug 18 15:35:53 2017 +0200 No need to scare people too much. Change-Id: I2b598b3363a73c352bda2cb6bbf0c0d208456456 Reviewed-on: https://gerrit.libreoffice.org/41290 Reviewed-by: pranavk <[email protected]> Tested-by: pranavk <[email protected]> diff --git a/common/Seccomp.cpp b/common/Seccomp.cpp index e08b9ea8..ee074b3c 100644 --- a/common/Seccomp.cpp +++ b/common/Seccomp.cpp @@ -219,7 +219,7 @@ bool lockdown(Type type) return true; #else // DISABLE_SECCOMP == 0 - LOG_WRN("Warning this code was compiled without seccomp enabled, this setup is not recommended for production."); + LOG_WRN("Warning: this binary was compiled with disabled seccomp-bpf."); return true; #endif // DISABLE_SECCOMP == 0 } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
