From b1078fdb9fac747c19dbdacd24c2838aae7d9f6b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Sep 2015 15:59:37 +0200 Subject: Implement cfg-create command --- bpkg/diagnostics | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/diagnostics') diff --git a/bpkg/diagnostics b/bpkg/diagnostics index b672282..2d7825a 100644 --- a/bpkg/diagnostics +++ b/bpkg/diagnostics @@ -35,10 +35,10 @@ namespace bpkg // nameN arg arg ... nullptr nullptr // void - print_process (diag_record&, const char* const* args, std::size_t n = 0); + print_process (diag_record&, const char* const args[], std::size_t n = 0); void - print_process (const char* const* args, std::size_t n = 0); + print_process (const char* const args[], std::size_t n = 0); inline void print_process (diag_record& dr, const cstrings& args) @@ -55,7 +55,7 @@ namespace bpkg // Verbosity level. // // 0 - disabled - // 1 - general information messages + // 1 - high-level information messages // 2 - underlying commands being executed // 3 - information that could be helpful to the user // 4 - information that could be helpful to the developer -- cgit v1.1