diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index 18bec85f7..4db8c9ccb 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -352,6 +352,9 @@ def qt_message_handler(msg_type, context, msg): # may not be available on the system "QSslSocket: cannot resolve SSLv3_client_method", "QSslSocket: cannot resolve SSLv3_server_method", + # When enabling debugging with QtWebEngine + "Remote debugging server started successfully. Try pointing a " + "Chromium-based browser to ", ] if sys.platform == 'darwin': suppressed_msgs += [