mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 02:39:24 +01:00
Improve log
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
37241a0d08
commit
7c1c35f6e1
1 changed files with 1 additions and 2 deletions
|
@ -280,8 +280,7 @@ public class BroadcastHandler implements PeerManager.Listener {
|
|||
|
||||
@Override
|
||||
public void onFailure(@NotNull Throwable throwable) {
|
||||
log.warn("Broadcast to {} failed. ErrorMessage={}", connection.getPeersNodeAddressOptional(),
|
||||
throwable.getMessage());
|
||||
log.warn("Broadcast to " + connection.getPeersNodeAddressOptional() + " failed. ", throwable);
|
||||
numOfFailedBroadcasts.incrementAndGet();
|
||||
|
||||
if (stopped.get()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue