From 5b77fa4d8292b172df7619b4009fbac2311b1bfd Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 2 Sep 2010 01:06:36 +0000 Subject: [PATCH] gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is. --- lisp/gnus/gnus-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2