mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 15:39:37 -05:00
Print download URL while downloading.
This commit is contained in:
parent
f6c7410457
commit
a445ddd2bd
@ -85,8 +85,9 @@ impl WalletRpc {
|
||||
.parse::<u64>()?;
|
||||
|
||||
tracing::info!(
|
||||
"Downloading monero-wallet-rpc ({})",
|
||||
content_length.big_byte(2)
|
||||
"Downloading monero-wallet-rpc ({}) from {}",
|
||||
content_length.big_byte(2),
|
||||
DOWNLOAD_URL
|
||||
);
|
||||
|
||||
let byte_stream = response
|
||||
|
Loading…
Reference in New Issue
Block a user