diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 10:56:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 10:56:32 +0200 |
commit | eb264e1892c2a1379fa3bcab9aefea219e8e7138 (patch) | |
tree | 1031f859076b2d8f117a2948ec1184a5536f9cbc /build/prerequisite.cxx | |
parent | 55471ef43695408bae2237374be4637c302d1c87 (diff) |
Rework diagnostics verbosity, add quiet mode/option
Diffstat (limited to 'build/prerequisite.cxx')
-rw-r--r-- | build/prerequisite.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/prerequisite.cxx b/build/prerequisite.cxx index 1f9f68b..89ac275 100644 --- a/build/prerequisite.cxx +++ b/build/prerequisite.cxx @@ -61,7 +61,7 @@ namespace build // if (p.ext != ext) { - level4 ([&]{ + level5 ([&]{ diag_record r (trace); r << "assuming prerequisite " << p << " is the same as the " << "one with "; |