minor: logs: print readonly message in all debug modes

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-04-09 18:57:00 +02:00
parent 801dda521e
commit 1ba5e9160d
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ def syncfolder(account, remotefolder, quick):
ui.syncingmessages(remoterepos, remotefolder, localrepos, localfolder)
remotefolder.syncmessagesto(localfolder, statusfolder)
else:
ui.debug('imap', "Not syncing to read-only repository '%s'"%
ui.debug('', "Not syncing to read-only repository '%s'"%
localrepos.getname())
# Synchronize local changes.