aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index 2c87f6b..c650958 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -468,7 +468,7 @@ namespace bpkg
fail << "unable to find 'wget', 'curl', or 'fetch'" <<
info << "use --fetch to specify the fetch program location";
- if (verb > 1)
+ if (verb >= 3)
info << "using '" << fetch_path << "' as the fetch program, "
<< "use --fetch to override";
}