diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-09 07:42:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-09 07:42:38 +0200 |
commit | 4e547cad02a41d020895eda83088865fecef069a (patch) | |
tree | c35d908156d46044e0c46b5ce4dbd6e2aa990cbf /libbuild2/utility.cxx | |
parent | ca5da0f6dcbd272691f0a5e1c8030f65030cccce (diff) |
Make process exit diagnostics in executable metadata extraction consistent
Diffstat (limited to 'libbuild2/utility.cxx')
-rw-r--r-- | libbuild2/utility.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index 75791ee..5659771 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -314,8 +314,8 @@ namespace build2 { // It's unclear whether we should print this only if printing the // command line (we could also do things differently for normal/abnormal - // exit). Let's print this always and see how it wears. Note that we - // now rely on this in, for example, process_finish(). + // exit). Let's print this always and see how it wears. Note that we now + // rely on this in, for example, process_finish(), extract_metadata(). // // Note: make sure keep the above trace if decide not to print. // |