From 4e547cad02a41d020895eda83088865fecef069a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Nov 2022 07:42:38 +0200 Subject: Make process exit diagnostics in executable metadata extraction consistent --- libbuild2/functions-process.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/functions-process.cxx') diff --git a/libbuild2/functions-process.cxx b/libbuild2/functions-process.cxx index be10a26..948f581 100644 --- a/libbuild2/functions-process.cxx +++ b/libbuild2/functions-process.cxx @@ -177,7 +177,8 @@ namespace build2 diag_record dr; dr << fail << "builtin " << bn << " " << process_exit (rs); - // @@ TMP TODO: this and need to print command line at verbosite >= 3 + // @@ DBUF + // @@ TMP: this and need to print command line at verbosite >= 3 // line for the process case. // #if 0 -- cgit v1.1