mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Improve logging
This commit is contained in:
parent
df7b81138f
commit
16f686c757
1 changed files with 1 additions and 2 deletions
|
@ -998,9 +998,8 @@ public class DisputeManager implements PersistedDataHost {
|
|||
success = true;
|
||||
}
|
||||
} catch (AddressFormatException | WalletException | TransactionVerificationException e) {
|
||||
e.printStackTrace();
|
||||
errorMessage = "Error at traderSignAndFinalizeDisputedPayoutTx " + e.toString();
|
||||
log.error(errorMessage);
|
||||
log.error(errorMessage, e);
|
||||
success = false;
|
||||
throw new RuntimeException(errorMessage);
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Reference in a new issue