mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Change log level
This commit is contained in:
parent
f61bf11c68
commit
66f94091bb
@ -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…
x
Reference in New Issue
Block a user