summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/core/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py
index cc98dbf6..abe99b41 100644
--- a/poezio/core/commands.py
+++ b/poezio/core/commands.py
@@ -533,6 +533,7 @@ class CommandCore:
room = jid.bare
nick = jid.resource or None
except InvalidJID:
+ self.core.information(f'Invalid address for bookmark: {room}/{nick}', 'Error')
return
bookmark = self.core.bookmarks[room]