diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index 5cb346aba..14a54aad1 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -275,6 +275,7 @@ def qt_message_handler(msg_type, context, msg): # Hopefully harmless '"Method "GetAll" with signature "s" on interface ' '"org.freedesktop.DBus.Properties" doesn\'t exist', + 'WOFF support requires QtWebKit to be built with zlib support.' ) if any(msg.strip().startswith(pattern) for pattern in suppressed_msgs): level = logging.DEBUG