(nnrss-make-hash-index): Debug message of full item.
authorTeodor Zlatanov <tzz@lifelogs.com>
Tue, 11 Nov 2008 14:38:16 +0000 (14:38 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Tue, 11 Nov 2008 14:38:16 +0000 (14:38 +0000)
lisp/ChangeLog
lisp/nnrss.el

index a9cd6f6..4487e00 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnrss.el (nnrss-make-hash-index): Debug message of full item.
+
 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
index 41fc7b6..d84bc36 100644 (file)
@@ -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)