aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-05 13:42:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-05 13:42:48 +0200
commit0d8e6660b2d8fffd45bfbb243dee41a46513b859 (patch)
treea1003aa6d7dd20656cc1f0eb15bea651718b3847 /bpkg/fetch-git.cxx
parent57621f681bbba48aee65f5a8d629d7aae527635b (diff)
Minor diagnostics tweak
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r--bpkg/fetch-git.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx
index 151ee94..395caf7 100644
--- a/bpkg/fetch-git.cxx
+++ b/bpkg/fetch-git.cxx
@@ -1262,7 +1262,7 @@ namespace bpkg
}
if (caps () == capabilities::dumb)
- warn << "fetching over dumb HTTP, no progress will be shown";
+ warn << "no progress will be shown (dumb HTTP)";
// Fetch.
//