mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -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
@ -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…
x
Reference in New Issue
Block a user