summaryrefslogtreecommitdiff
path: root/lib/feed2imap/feed2imap.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/feed2imap/feed2imap.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb
index e8e45a0..78a443c 100644
--- a/lib/feed2imap/feed2imap.rb
+++ b/lib/feed2imap/feed2imap.rb
@@ -103,6 +103,7 @@ class Feed2Imap
ths = []
@config.feeds.each do |f|
ths << Thread::new do
+ url = f.url
begin
lastcheck = @cache.get_last_check(f.name)
if f.needfetch(lastcheck)
@@ -116,11 +117,11 @@ class Feed2Imap
end
rescue Timeout::Error
loggermon.synchronize do
- @logger.fatal("Timeout::Error while fetching #{f.url}: #{$!}")
+ @logger.fatal("Timeout::Error while fetching #{url}: #{$!}")
end
rescue
loggermon.synchronize do
- @logger.fatal("Error while fetching #{f.url}: #{$!}")
+ @logger.fatal("Error while fetching #{url}: #{$!}")
end
end
end
+0800'>2010-04-14Small modifications made to the French translation (typos, grammar).Clement Bourgeois1-69/+69 2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1