From 70d5fa3d613da72e968f540fd5df54f6f4c6b184 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 1 Sep 2010 19:31:54 +0200 Subject: [PATCH] Say in the message what the regexp really is. --- lisp/gnus-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el index a78c61718..588264542 100644 --- a/lisp/gnus-html.el +++ b/lisp/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.25.1