From 0d8e6660b2d8fffd45bfbb243dee41a46513b859 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jul 2018 13:42:48 +0200 Subject: Minor diagnostics tweak --- bpkg/fetch-git.cxx | 2 +- tests/rep-fetch-git.test | 2 +- 2 files changed, 2 insertions(+), 2 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. // diff --git a/tests/rep-fetch-git.test b/tests/rep-fetch-git.test index b687cda..804fefc 100644 --- a/tests/rep-fetch-git.test +++ b/tests/rep-fetch-git.test @@ -10,7 +10,7 @@ reason_dumb = ' (dumb HTTP)' reason_unadv = ' (unadvertised commit)' warn_dumb=' -warning: fetching over dumb HTTP, no progress will be shown' +warning: no progress will be shown (dumb HTTP)' warn_repo_hist = "warning: fetching whole repository history" warn_ref_hist = "warning: fetching whole reference history" -- cgit v1.1