Change log level

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-01-05 14:48:51 -05:00 committed by Alejandro García
parent a6762cb66a
commit 509b07d7dc
No known key found for this signature in database
GPG Key ID: F806F422E222AA02

View File

@ -189,7 +189,7 @@ public class FullNodeNetworkService implements MessageListener, PeerManager.List
}
private void handleRepublishGovernanceDataRequest() {
log.warn("We received a RepublishGovernanceDataRequest and re-published all proposalPayloads and " +
log.info("We received a RepublishGovernanceDataRequest and re-published all proposalPayloads and " +
"blindVotePayloads to the P2P network.");
missingDataRequestService.reRepublishAllGovernanceData();
}