wip for Eiger9M

This commit is contained in:
2016-12-01 07:43:46 +00:00
parent b9ac75330c
commit f61d819599
4 changed files with 162 additions and 113 deletions

View File

@ -167,8 +167,8 @@ class RestHelper {
string answer;
int code = send_request(session, req, &answer);
if(code == 0 ) {
FILE_LOG(logDEBUG) << __AT__ << " REQUEST: " << " ANSWER: " << answer;
json_value->loadFromString(answer);
//FILE_LOG(logDEBUG) << __AT__ << " REQUEST: " << " ANSWER: " << answer;
json_value->loadFromString(answer);
}
delete uri;
return code;