From a7d542d11f309785decbf2027891c122ceae278c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Sep 2016 11:28:40 +0200 Subject: Minor diagnostics improvement --- bpkg/pkg-fetch.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') 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"; } -- cgit v1.1