summaryrefslogtreecommitdiff
path: root/lib/feed2imap/feed2imap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feed2imap/feed2imap.rb')
-rw-r--r--lib/feed2imap/feed2imap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb
index a40dd66..fcbb357 100644
--- a/lib/feed2imap/feed2imap.rb
+++ b/lib/feed2imap/feed2imap.rb
@@ -61,7 +61,7 @@ class Feed2Imap
end
# init cache
@logger.info('Initializing cache')
- @cache = ItemCache::new
+ @cache = ItemCache::new(@config.updateddebug)
if not File::exist?(@config.cache + '.lock')
f = File::new(@config.cache + '.lock', 'w')
f.close
@@ -187,7 +187,7 @@ class Feed2Imap
begin
ac.disconnect
rescue
- @logger.fatal("Exception caught while closing connection to #{ac.to_s}: #{$!}")
+ @logger.info("Exception caught while closing connection to #{ac.to_s}: #{$!}")
end
end
end