mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Improve logging
This commit is contained in:
parent
9f8d626da2
commit
3e0ff3ae54
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class BroadcastHandler implements PeerManager.Listener {
|
|||
onFault("Connection stopped already", false);
|
||||
}
|
||||
} else {
|
||||
onFault("stopped at sendToPeer: " + errorMessage);
|
||||
onFault("stopped at sendToPeer: " + errorMessage, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue