From 0dddb4ddf7c2cc6ef524e998b315000a9420219f Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 13 Nov 2006 22:39:08 +0000 Subject: small improvements to debug-updated git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@115 f70e237a-67f3-0310-a06c-d2b8a7116972 --- lib/feed2imap/cache.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/feed2imap/cache.rb') diff --git a/lib/feed2imap/cache.rb b/lib/feed2imap/cache.rb index 00e6951..6dc0ddf 100644 --- a/lib/feed2imap/cache.rb +++ b/lib/feed2imap/cache.rb @@ -176,6 +176,7 @@ class CachedChannel puts "-------Items already there (#{@items.length}) :----------" @items.each { |i| puts "#{i.to_s}" } puts "Items always considered as new: #{always_new.to_s}" + puts "Items compared ignoring the hash: #{ignore_hash.to_s}" end items.each do |i| found = false -- cgit v1.2.3-54-g00ecf