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
|
continue
|
||||||
atime, url = data
|
atime, url = data
|
||||||
if atime.startswith('\0'):
|
if atime.startswith('\0'):
|
||||||
log.init.warning(
|
log.init.debug(
|
||||||
"Removing NUL bytes from entry {!r} - see "
|
"Removing NUL bytes from entry {!r} - see "
|
||||||
"https://github.com/The-Compiler/qutebrowser/issues/"
|
"https://github.com/The-Compiler/qutebrowser/issues/"
|
||||||
"670".format(data))
|
"670".format(data))
|
||||||
|
Loading…
Reference in New Issue
Block a user