lib/mudbug.rb in mudbug-0.4.7.1 vs lib/mudbug.rb in mudbug-0.4.7.2
- old
+ new
@@ -70,10 +70,10 @@
# process the response for known content types
CONTENT.each { |sym, hsh|
return hsh[:proc].call(resp.body) if ct == hsh[:type]
}
- @lager.warn { "abort processing -- unrecognized Content-type: #{ct}" }
+ @lager.warn { "abandon processing -- unrecognized Content-type: #{ct}" }
return resp.body
end
attr_reader :options
attr_accessor :host