From e22d3cc6fdecf70d1cdec41ba25911ffcd2dbba4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Apr 2017 10:19:16 +0200 Subject: Reduce noise at verbosity level 2 --- bpkg/fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/fetch.cxx') 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"; } -- cgit v1.1