aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-01 11:28:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-01 11:28:40 +0200
commita7d542d11f309785decbf2027891c122ceae278c (patch)
tree344a167420086658a53afc97a934a2b1c6221f0a /bpkg/pkg-fetch.cxx
parenta4afcd2451631f042cc144ad954cddc53e0b78b8 (diff)
Minor diagnostics improvement
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx3
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";
}