aboutsummaryrefslogtreecommitdiff
path: root/emms-stream-info.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-stream-info.el')
-rw-r--r--emms-stream-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-stream-info.el b/emms-stream-info.el
index aee486c..779bbbc 100644
--- a/emms-stream-info.el
+++ b/emms-stream-info.el
@@ -334,7 +334,7 @@ not output a message and only return a string."
(when (emms-stream-info-get-key "name")
(if string-out
str
- (message str)))))
+ (message "%s" str)))))
(defun emms-stream-info-pretty-print-insert ()
"Insert the formatted output of 'emms-stream-info-get' at point."