-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
| DownloadState::Stale => bail!("Downloaded latest daily data dump.\n Warning: it matches the previous version that was considered outdated."), |
The above error message displays as:
Error: Downloaded latest daily data dump.
Warning: it matches the previous version that was considered outdated.
"Downloaded latest daily data dump" sounds like the operation succedded, which is unintuitive considering it appears after "Error".
Perhaps something the like the following would better convey the message?
Error: Latest daily data dump matches the previous version, which was considered outdated.
Metadata
Metadata
Assignees
Labels
No labels