aboutsummaryrefslogtreecommitdiff
path: root/build/diagnostics.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-08 10:56:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-08 10:56:32 +0200
commiteb264e1892c2a1379fa3bcab9aefea219e8e7138 (patch)
tree1031f859076b2d8f117a2948ec1184a5536f9cbc /build/diagnostics.cxx
parent55471ef43695408bae2237374be4637c302d1c87 (diff)
Rework diagnostics verbosity, add quiet mode/option
Diffstat (limited to 'build/diagnostics.cxx')
-rw-r--r--build/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/diagnostics.cxx b/build/diagnostics.cxx
index 2f9525b..075dbab 100644
--- a/build/diagnostics.cxx
+++ b/build/diagnostics.cxx
@@ -203,7 +203,7 @@ namespace build
} while (*p != nullptr);
}
- // Trace verbosity level.
+ // Diagnostics verbosity level.
//
uint16_t verb;