Print download URL while downloading.

This commit is contained in:
Philipp Hoenisch 2021-05-21 17:54:03 +10:00
parent f6c7410457
commit a445ddd2bd
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

View File

@ -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