From 626348009e74d2ec6e9f500d27f60728b4fc81df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2015 11:53:01 +0200 Subject: Add command line option to set verbosity level -v sets it to 1 (shows actual command lines) --verbose sets it to any value in the 0-5 range --- build/diagnostics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/diagnostics.cxx') diff --git a/build/diagnostics.cxx b/build/diagnostics.cxx index 53d1a09..43ee0e5 100644 --- a/build/diagnostics.cxx +++ b/build/diagnostics.cxx @@ -64,7 +64,7 @@ namespace build // Trace verbosity level. // - uint8_t verb; + uint16_t verb; // Diagnostic facility, base infrastructure. // -- cgit v1.1