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.
This commit is contained in:
Florian Bruhin 2016-05-08 22:08:08 +02:00
parent b9b6f357da
commit 59ec5fa947

View File

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