Improve quickinstall telemetry failure message (#1910)

Fixed #1896

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-09-08 14:20:04 +10:00 committed by GitHub
parent 780584e44b
commit a88335d05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,7 +200,7 @@ by rust officially."#,
tokio::spawn(async move {
if let Err(err) = self.report().await {
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
)
}