]> code.delx.au - gnu-emacs-elpa/blobdiff - chess-message.el
Try to improve the promotion situation on ICS by allowing chess-ply to query for...
[gnu-emacs-elpa] / chess-message.el
index 587f19745d6b7041c65481b4c090d8134fbffde9..9ac8b3277332ef3c96011c9cf56889476c5c0a3a 100644 (file)
@@ -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)))