Skip to content

Commit

Permalink
+ sign changed to ,
Browse files Browse the repository at this point in the history
  • Loading branch information
FZQT72_gme authored and stevenhartley committed Feb 27, 2024
1 parent 08e7009 commit 6e13c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void findNodes() {
checkStatusOk(status);
checkArgument(findNodesResponse.hasStatus(), "FindNodes failed");
final int nodesCount = findNodesResponse.getNodesCount();
mLog.i(TAG, join(Key.EVENT, "received FindNodesResponse -> Node count and UStatus" + nodesCount, status));
mLog.i(TAG, join(Key.EVENT, "received FindNodesResponse -> Node count and UStatus", nodesCount, status));
return findNodesResponse;
}).exceptionally(e -> {
mLog.e(TAG, join(Key.EVENT, "findNodes Exception", toStatus(e)));
Expand Down

0 comments on commit 6e13c34

Please sign in to comment.