mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-08 09:35:30 -04: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
|
// handle error
|
||||||
if (errorMsg != null) {
|
if (errorMsg != null) {
|
||||||
new Popup().warning(errorMsg).show();
|
new Popup().warning(errorMsg).show();
|
||||||
|
log.warn("Error taking offer " + offer.getId() + ": " + errorMsg);
|
||||||
errorMessageHandler.handleErrorMessage(errorMsg);
|
errorMessageHandler.handleErrorMessage(errorMsg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue