From f841a9060041bdb57dbfa3169212ba57936619c9 Mon Sep 17 00:00:00 2001 From: Alexander Beisig Date: Tue, 30 May 2006 17:29:23 +0000 Subject: fix httputil.rb when using proxy (Ticket #80) --- lib/rbot/httputil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbot/httputil.rb b/lib/rbot/httputil.rb index e073a56d..dc128c43 100644 --- a/lib/rbot/httputil.rb +++ b/lib/rbot/httputil.rb @@ -98,7 +98,7 @@ class HttpUtil proxy = URI.parse @bot.config["http.proxy_uri"] rescue nil end if proxy - debug "proxy is set to #{proxy.uri}" + debug "proxy is set to #{proxy.host} port #{proxy.port}" if proxy_required(uri) proxy_host = proxy.host proxy_port = proxy.port -- cgit v1.2.3