summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index b71376a2..f8f58749 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -863,7 +863,7 @@ class ComposeCommand(Command):
self.envelope.sign_key = account.gpg_key
else:
msg = 'Cannot find gpg key for account {}'.format(account.address)
- logging.warn(msg)
+ logging.warning(msg)
ui.notify(msg, priority='error')
# get missing To header