1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.

This commit is contained in:
Lars Magne Ingebrigtsen 2010-09-02 01:06:36 +00:00 committed by Katsumi Yamaoka
parent c6c815761c
commit 5b77fa4d82

View file

@ -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