Say in the message what the regexp really is.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 1 Sep 2010 17:31:54 +0000 (19:31 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 1 Sep 2010 17:31:54 +0000 (19:31 +0200)
lisp/gnus-html.el

index a78c617..5882645 100644 (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