diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-16 07:52:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-16 07:52:11 +0200 |
commit | f80c8ff7ff3b1eef22a3c90943f324d45d855b97 (patch) | |
tree | f44a25aa71de05e11c417dcc01cc3f6b9eca97ee /libbuild2/adhoc-rule-buildscript.cxx | |
parent | 44b0a5989f76570fc19dc41314f31c4fa9c2039b (diff) |
Initial low verbosity diagnostics rework
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index 8208ab7..e4960c9 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -1496,7 +1496,7 @@ namespace build2 { if (verb == 1) { - // @@ TODO (and in default_action() below): + // @@ DIAG (and in default_action() below): // // - we are printing target, not source (like in most other places) // @@ -1521,7 +1521,7 @@ namespace build2 false /* leave */)); if (verb == 1) - text << diag; + text << diag; // @@ DIAG } if (exec_body) @@ -1625,7 +1625,7 @@ namespace build2 { if (verb == 1) { - // @@ TODO: as above (execute_update_file()). + // @@ DIAG: as above (execute_update_file()). // text << *script.diag_name << ' ' << t; } @@ -1643,7 +1643,7 @@ namespace build2 !exec_body /* leave */)); if (verb == 1) - text << diag; + text << diag; // @@ DIAG } if (exec_body) |