common/Seccomp.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 057fd10881b172438923e1c4129ffd53cf56b2cf
Author: Jan Holesovsky <ke...@collabora.com>
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/41291
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/common/Seccomp.cpp b/common/Seccomp.cpp
index 3fbc3aed..cf3793e7 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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to