Skip to content

Commit

Permalink
using log function
Browse files Browse the repository at this point in the history
  • Loading branch information
Seenivasa Ragavan authored and Seenivasa Ragavan committed Apr 12, 2021
1 parent 6c3f95f commit 90b3f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private StringEntity createPostBody(ReplicationTransaction tx, String domain, St
if (requestedJson.size() > 0) {
json.add("objects", requestedJson);
} else {
currentReplicationLog.info("No paths to purge");
logReplicationEventInfoStatement("No paths to purge");
}
return new StringEntity(json.toString(), CharEncoding.ISO_8859_1);
}
Expand Down

0 comments on commit 90b3f12

Please sign in to comment.