mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-08 11:13:51 +00:00
fix failure log message
This commit is contained in:
parent
afe09aa0cb
commit
a01f70b7d2
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user