From 59ec5fa94795b0511e079209df16fa82ece24849 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 8 May 2016 22:08:08 +0200 Subject: [PATCH] Show debug instead of warning for #670 The user can't do much about this anyways, and I have no idea what triggers it, so let's not annoy them about it. --- qutebrowser/browser/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/history.py b/qutebrowser/browser/history.py index 050220d47..1a4876a85 100644 --- a/qutebrowser/browser/history.py +++ b/qutebrowser/browser/history.py @@ -129,7 +129,7 @@ class WebHistory(QWebHistoryInterface): continue atime, url = data if atime.startswith('\0'): - log.init.warning( + log.init.debug( "Removing NUL bytes from entry {!r} - see " "https://github.com/The-Compiler/qutebrowser/issues/" "670".format(data))