mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
log warning on error taking offer from ui
This commit is contained in:
parent
9acd7ad584
commit
2d46b2ab7c
@ -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…
x
Reference in New Issue
Block a user