summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 326b0908..e361fee8 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -212,7 +212,7 @@ class UI:
if isinstance(exception, CommandParseError):
self.notify(str(exception), priority='error')
elif isinstance(exception, CommandCanceled):
- self.notify("operation cancelled", priority='error')
+ logging.debug("command cancelled")
else:
logging.error(traceback.format_exc())
msg = "{}\n(check the log for details)".format(exception)