mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -04: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
Add a link
Reference in a new issue