summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index 57336020..7aa40635 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -192,7 +192,7 @@ class AccountManager:
for alias in newacc.aliases:
self.accountmap[alias] = newacc
else:
- logging.info('account section %s lacks fields %s' % (s, to_set))
+ logging.info('account section %s lacks %s' % (s, to_set))
def get_accounts(self):
"""return known accounts