From 1ba5e9160d39524bf74c563f824bd7026c26a96b Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sat, 9 Apr 2016 18:57:00 +0200 Subject: [PATCH] minor: logs: print readonly message in all debug modes Signed-off-by: Nicolas Sebrecht --- offlineimap/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index b6d9d16..c40820b 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -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.