Small update

This commit is contained in:
bwssystems
2016-12-27 11:19:24 -06:00
parent 2e177f3d4a
commit b7d6d099a6

View File

@@ -111,10 +111,8 @@ public class HTTPHandler {
// ignore
// content
} catch (Exception e) {
log.debug(
"Error ocurred in handling response entity after successful call, still responding success. "
+ e.getMessage(),
e);
log.debug("Error ocurred in handling response entity after successful call, still responding success. "
+ e.getMessage(), e);
}
}
if (theContent == null)