Skip to content

Commit

Permalink
Updating log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Dec 13, 2021
1 parent 2f30efc commit 0552134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public JsonNode traceTransaction(String transactionHash, Map<String, String> tra
if (options.getUnsupportedOptions().size() > 0) {
// TODO: implement the logic that takes into account the remaining trace options.
logger.warn(
"Received {} trace options. For now they are being ignored",
"Received {} unsupported trace options. For now these are being ignored",
options.getUnsupportedOptions());
}

Expand Down

0 comments on commit 0552134

Please sign in to comment.