From ed9ac66886241db5fcf3ad393c12f68446660622 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Tue, 11 Nov 2008 14:38:16 +0000 Subject: [PATCH] (nnrss-make-hash-index): Debug message of full item. --- lisp/ChangeLog | 4 ++++ lisp/nnrss.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9cd6f6c5..4487e00fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-11-11 Teodor Zlatanov + + * nnrss.el (nnrss-make-hash-index): Debug message of full item. + 2008-11-10 Teodor Zlatanov * netrc.el (netrc-parse): If a list is passed in as FILE, return it. diff --git a/lisp/nnrss.el b/lisp/nnrss.el index 41fc7b65c..d84bc3686 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -684,8 +684,8 @@ which RSS 2.0 allows." (buffer-string))) ;;; Snarf functions - (defun nnrss-make-hash-index (item) + (gnus-message 9 "nnrss: Making hash index of %s" (gnus-prin1-to-string item)) (setq item (gnus-remove-if (lambda (field) (when (listp field) -- 2.25.1