mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Change log level
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
a6762cb66a
commit
509b07d7dc
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue