[nautilus] meson.build: Only warn when seccomp support is disabled



commit 62e6db2767e353dd7fd35a0a74ab00541113c21f
Author: Ernestas Kulik <ernestask gnome org>
Date:   Tue Oct 9 15:36:37 2018 +0300

    meson.build: Only warn when seccomp support is disabled

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 6e5add1b2..5660153df 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,7 @@ gnome_autoar = dependency('gnome-autoar-0', version: '>= 0.2.1')
 gsettings_desktop_schemas = dependency('gsettings-desktop-schemas')
 gtk = dependency('gtk+-3.0', version: '>= 3.22.27')
 if seccomp_required
-  warning('seccomp required on this platform, make sure bubblewrap is available at runtime as well.')
+  message('seccomp required on this platform, make sure bubblewrap is available at runtime as well.')
   seccomp = dependency('libseccomp')
 else
   warning('The host does not support seccomp, thumbnailer sandboxing will be disabled. Such setups are not 
recommended, use at your own risk!')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]