Commit 65520414 authored by shishir suman's avatar shishir suman
Browse files

bug fixes

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -182,7 +182,7 @@ public class IntegrationServiceImpl implements IntegrationService {
try {
responseNode = mapper.readTree(userContent);
} catch (JsonParseException jp) {
log.error("Error while parsing success response", jp);
log.error("Ignore || Error while parsing success response", jp.getLocalizedMessage());
}
if (responseNode != null) {
if (responseNode.has("errorMessage")) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment