1
0
Fork 0

merged in from devel

This commit is contained in:
Kaveh Vahedipour 2016-03-18 11:28:48 +01:00
parent eb71e96e0c
commit bb2475544a
1 changed files with 3 additions and 2 deletions

View File

@ -71,8 +71,9 @@ bool State::save (arangodb::velocypack::Slice const& slice, index_t index,
"1", 1, _end_point, HttpRequest::HTTP_REQUEST_POST, path,
body.toJson(), headerFields, 0.0);
if (res->status != CL_COMM_SENT)
LOG(WARN) << res->errorMessage;
if (res->status != CL_COMM_SENT) {
//LOG(WARN) << res->errorMessage;
}
return (res->status == CL_COMM_SENT); // TODO: More verbose result