X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=media-mplayer.el;h=a6cd0e903f60ad9c58b29f83fe087eb8ec6717f8;hp=4a6209f4476531a847afe1a2c989c39e083f19b5;hb=07db79d3356b94d9c1c6f69561fcbc2d89f4aa17;hpb=9ce1b351cb837d2176bfcc75bc94e616449c61ff diff --git a/media-mplayer.el b/media-mplayer.el index 4a6209f..a6cd0e9 100644 --- a/media-mplayer.el +++ b/media-mplayer.el @@ -81,7 +81,7 @@ load Emacs less. Nil means no timing." ("ICY Info:" . (if (string-match "StreamTitle='\\([^']*\\)';" param) - (message "Now in stream \"%s\"" (match-string 1 param)) + (message "Now in stream (%s) \"%s\"" (current-time-string) (match-string 1 param)) (message "ICY Info \"%s\"" param))) ;; ----------------------------------------