fix failure log message

This commit is contained in:
Mikhail Epikhin 2013-08-30 17:51:43 +04:00
parent afe09aa0cb
commit a01f70b7d2

View File

@ -204,7 +204,7 @@ class JMeterReader(AbstractReader):
except ValueError, e:
# not-ended second json-object
self.partial_buffer = read_line
log.warn('bad json-object', e)
self.log.warn('bad json-object', e)
return None
else:
# good json-object. parse it!