Skip to content

Nit re error message #99

@smoelius

Description

@smoelius

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions