lib/blather/stream.rb in blather-0.4.5 vs lib/blather/stream.rb in blather-0.4.6

- old
+ new

@@ -78,10 +78,10 @@ ## # Called by EM with data from the wire def receive_data(data) # :nodoc: Blather.logger.debug "\n#{'-'*30}\n" - Blather.logger.debug "<< #{data}" + Blather.logger.debug "STREAM IN: #{data}" @parser << data rescue ParseError => e @error = e send "<stream:error><xml-not-well-formed xmlns='#{StreamError::STREAM_ERR_NS}'/></stream:error>"