Print download URL while downloading.

pull/522/head
Philipp Hoenisch 3 years ago
parent f6c7410457
commit a445ddd2bd
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

@ -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…
Cancel
Save