Skip to content

Commit

Permalink
Change log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 16, 2019
1 parent 2fedc51 commit 188f3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void requestStateHashes(int fromHeight) {
TIMEOUT);
}

log.info("We send to peer {} a {}.", nodeAddress, getStateHashesRequest);
log.debug("We send to peer {} a {}.", nodeAddress, getStateHashesRequest);
networkNode.addMessageListener(this);
SettableFuture<Connection> future = networkNode.sendMessage(nodeAddress, getStateHashesRequest);
Futures.addCallback(future, new FutureCallback<>() {
Expand Down

0 comments on commit 188f3ee

Please sign in to comment.