diff options
-rw-r--r-- | bpkg/pkg-fetch.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 0ff1199..e37a6e3 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -229,7 +229,8 @@ namespace bpkg fail << "checksum mismatch for " << n << " " << v << info << pl->repository->name << " has " << *ap->sha256sum << info << "fetched archive has " << sha256sum << - info << "try again, if problem persists, consider reporting this to " + info << "consider re-fetching package list and trying again" << + info << "if problem persists, consider reporting this to " << "the repository maintainer"; } |