mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Improve quickinstall telemetry failure message (#1910)
Fixed #1896 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
780584e44b
commit
a88335d05b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ by rust officially."#,
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
if let Err(err) = self.report().await {
|
if let Err(err) = self.report().await {
|
||||||
warn!(
|
warn!(
|
||||||
"Failed to send quickinstall report for package {}: {err}",
|
"Failed to send quickinstall report for package {} (NOTE that this does not affect package resolution): {err}",
|
||||||
self.package
|
self.package
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue