summaryrefslogtreecommitdiff
path: root/lib/feed2imap/httpfetcher.rb
diff options
context:
space:
mode:
authorlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2006-02-13 20:58:39 +0000
committerlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2006-02-13 20:58:39 +0000
commite4a177729121f189a051f0b496812bf810fd4be1 (patch)
treea8c0f28a0b5dabc029bd6fa961a51278562ba6bd /lib/feed2imap/httpfetcher.rb
parenta447f2129a5c2ce4eac92b249e5881cc88a90494 (diff)
downloadfeed2imap-e4a177729121f189a051f0b496812bf810fd4be1.tar.gz
feed2imap-e4a177729121f189a051f0b496812bf810fd4be1.tar.bz2
feed2imap-e4a177729121f189a051f0b496812bf810fd4be1.zip
don't display password in errror messages
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@86 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to 'lib/feed2imap/httpfetcher.rb')
-rw-r--r--lib/feed2imap/httpfetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/httpfetcher.rb b/lib/feed2imap/httpfetcher.rb
index 1d82b53..a548b16 100644
--- a/lib/feed2imap/httpfetcher.rb
+++ b/lib/feed2imap/httpfetcher.rb
@@ -29,7 +29,7 @@ require 'uri'
# max number of redirections
MAXREDIR = 5
-HTTPDEBUG = true
+HTTPDEBUG = false
# Class used to retrieve the feed over HTTP
class HTTPFetcher