minor: logs: print readonly message in all debug modes
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
801dda521e
commit
1ba5e9160d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user