1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00: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