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/checksum.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/checksum.cxx') diff --git a/bpkg/checksum.cxx b/bpkg/checksum.cxx index b02ad1c..a76ab55 100644 --- a/bpkg/checksum.cxx +++ b/bpkg/checksum.cxx @@ -78,7 +78,7 @@ namespace bpkg process_path pp (process::path_search (args[0])); - if (verb >= 2) + if (verb >= 3) print_process (args); // Pipe both STDIN and STDOUT. Process exceptions must be handled by @@ -144,7 +144,7 @@ namespace bpkg process_path pp (process::path_search (args[0])); - if (verb >= 2) + if (verb >= 3) print_process (args); // Pipe both STDIN and STDOUT. Process exceptions must be handled by @@ -210,7 +210,7 @@ namespace bpkg process_path pp (process::path_search (args[0])); - if (verb >= 2) + if (verb >= 3) print_process (args); // Pipe both STDIN and STDOUT. Process exceptions must be handled by @@ -292,7 +292,7 @@ namespace bpkg fail << "unable to find 'sha256', 'sha256sum', or 'shasum'" << info << "use --sha256 to specify the sha256 program location"; - if (verb > 1) + if (verb >= 3) info << "using '" << sha256_path << "' as the sha256 program, " << "use --sha256 to override"; } -- cgit v1.1