summaryrefslogtreecommitdiff
path: root/chess-message.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-message.el')
-rw-r--r--chess-message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-message.el b/chess-message.el
index 587f197..9ac8b32 100644
--- a/chess-message.el
+++ b/chess-message.el
@@ -31,7 +31,7 @@
(msg (and entry (cdr (assq key (cdr entry))))))
(if msg
(apply 'format msg arguments)
- "message not found")))
+ (format "Message not found: %s" key))))
(defsubst chess-message (key &rest arguments)
(message (apply 'chess-string key arguments)))