[rubyripper] push by boukewou...@gmail.com - Fix for issue 550 (wrong debug statement for cgi connection). on 2013-01-02 18:22 GMT

0 views
Skip to first unread message

rubyr...@googlecode.com

unread,
Jan 2, 2013, 1:22:31 PM1/2/13
to rubyrippe...@googlegroups.com
Revision: 638fb5720f64
Author: Bouke Woudstra <boukew...@gmail.com>
Date: Wed Jan 2 10:21:49 2013
Log: Fix for issue 550 (wrong debug statement for cgi connection).

http://code.google.com/p/rubyripper/source/detail?r=638fb5720f64

Modified:
/lib/rubyripper/system/network.rb

=======================================
--- /lib/rubyripper/system/network.rb Sun Dec 2 04:01:06 2012
+++ /lib/rubyripper/system/network.rb Wed Jan 2 10:21:49 2013
@@ -42,7 +42,7 @@

# fire up a CGI command to the server
def get(query)
- puts "DEBUG: CGI query: #{'http://' + @host + @path + query}" if
@prefs.debug
+ puts "DEBUG: CGI query: #{'http://' + @host + query}" if @prefs.debug
@connection.get(query).body
end

Reply all
Reply to author
Forward
0 new messages