mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Don't use warn log level for msg: stopped at onSuccess: Message not broadcasted because we have stopped the handler already.
This commit is contained in:
parent
726f81c8fe
commit
197efe1a61
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,8 @@ public class BroadcastHandler implements PeerManager.Listener {
|
|||
resultHandler.onCompleted(BroadcastHandler.this);
|
||||
}
|
||||
} else {
|
||||
onFault("stopped at onSuccess: " + errorMessage);
|
||||
// TODO investigate why that is called very often at seed nodes
|
||||
onFault("stopped at onSuccess: " + errorMessage, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue