Skip to content

Commit 83f44e7

Browse files
committed
Don't issue warnings about manifest checksum mismatches
Temporary hack to avoid issues with consistent checksumming on the CDN. Issue #524
1 parent e9d0a38 commit 83f44e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustup-dist/src/notifications.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ impl<'a> Notification<'a> {
5353
DownloadingComponent(_, _, _) |
5454
InstallingComponent(_, _, _) |
5555
ComponentAlreadyInstalled(_) |
56+
ManifestChecksumFailedHack |
5657
RollingBack | DownloadingManifest(_) => NotificationLevel::Info,
5758
CantReadUpdateHash(_) | ExtensionNotInstalled(_) |
58-
MissingInstalledComponent(_) |
59-
ManifestChecksumFailedHack => NotificationLevel::Warn,
59+
MissingInstalledComponent(_) => NotificationLevel::Warn,
6060
NonFatalError(_) => NotificationLevel::Error,
6161
}
6262
}

0 commit comments

Comments
 (0)