]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 2 Sep 2010 01:06:36 +0000 (01:06 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Sep 2010 01:06:36 +0000 (01:06 +0000)
lisp/gnus/gnus-html.el

index a78c617184dc076813ceb673383014edc2fb6ff7..5882645425e44e59cdc5badd0fbb8fd5f2cc636d 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