From e9b4f854dff90874a9009be8470f6e180fc60865 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Apr 2018 15:18:41 +0200 Subject: Cleanup b and bpkg diagnostics verbosity --- bdep/utility.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bdep/utility.hxx') diff --git a/bdep/utility.hxx b/bdep/utility.hxx index 1ecdc6a..dc9e589 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -121,14 +121,18 @@ namespace bdep template process - start_bpkg (const common_options&, O&& out, E&& err, A&&... args); + start_bpkg (uint16_t verbosity, + const common_options&, + O&& out, + E&& err, + A&&... args); void finish_bpkg (const common_options&, process&, bool io_error = false); template void - run_bpkg (const common_options&, A&&... args); + run_bpkg (uint16_t verbosity, const common_options&, A&&... args); // Run the b process. // -- cgit v1.1