Ignore Qt warning about WOFF/zlib.

This commit is contained in:
Florian Bruhin 2015-04-07 13:00:26 +02:00
parent a480b297ca
commit 4e2ef45cd8

View File

@ -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