ibm-research / swifthlm

SwiftHLM - a middleware for using OpenStack Swift with tape and other hight latency media storage backends
Apache License 2.0
14 stars 4 forks source link

'status' request always occurred error #8

Closed JasonCoded closed 7 years ago

JasonCoded commented 7 years ago

when I request a 'status', it always occurred error: json decode error. and then I output the response that from handler, I found the response have some conf date ,response like this:

{'log_name': None, 'eventlet_debug': 'true'} ........... #012 {"object":[here is my real 'status' response from connector]}

why there is some addition data before #012, it cause json decode error.

is this a bug ? or just I make some wrong ? thanks

JasonCoded commented 7 years ago

it is my fault! I have print statment in my connector code