From: Lars Magne Ingebrigtsen Date: Thu, 2 Sep 2010 01:06:36 +0000 (+0000) Subject: gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b77fa4d8292b172df7619b4009fbac2311b1bfd;p=emacs.git gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is. --- diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index a78c617184d..5882645425e 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -290,7 +290,7 @@ fit these criteria." (let ((ret (and blocked-images (string-match blocked-images url)))) (when ret - (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url gnus-blocked-images)) + (gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url blocked-images)) ret)) ;;;###autoload