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:
parent
b9b6f357da
commit
59ec5fa947
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user