Adjust default :messages level

This commit is contained in:
Florian Bruhin 2017-06-08 12:35:21 +02:00
parent 63f6409fdb
commit c8d4ef13de
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Changed
- Texts in prompts are now selectable.
- Renderer process crashes now show an error page.
- (QtWebKit) storage -> offline-web-application-storage` got renamed to `...-cache`
- The default level for `:messages` is now `info`, not `error`
Fixed
~~~~~

View File

@ -1548,7 +1548,7 @@ class CommandDispatcher:
self._open(url, tab, bg, window)
@cmdutils.register(instance='command-dispatcher', scope='window')
def messages(self, level='error', plain=False, tab=False, bg=False,
def messages(self, level='info', plain=False, tab=False, bg=False,
window=False):
"""Show a log of past messages.