mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Change log level
This commit is contained in:
parent
f61bf11c68
commit
66f94091bb
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ class GetFeeRequest {
|
|||
try {
|
||||
return provider.getFee(transactionId);
|
||||
} catch (IOException | HttpException e) {
|
||||
log.warn("Fee request failed for tx {} from provider {}\n error={}",
|
||||
log.info("Fee request failed for tx {} from provider {}\n" +
|
||||
"That is expected if the tx was not propagated yet to the provider.\n" +
|
||||
"error={}",
|
||||
transactionId, provider, e.getMessage());
|
||||
throw e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue