mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-29 18:48:57 +00:00
log warning on error taking offer from ui
This commit is contained in:
parent
9acd7ad584
commit
2d46b2ab7c
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class TakeOfferDataModel extends OfferDataModel {
|
|||
// handle error
|
||||
if (errorMsg != null) {
|
||||
new Popup().warning(errorMsg).show();
|
||||
log.warn("Error taking offer " + offer.getId() + ": " + errorMsg);
|
||||
errorMessageHandler.handleErrorMessage(errorMsg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue