diff options
-rw-r--r-- | bpkg/utility.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 4990781..8ecda93 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -189,11 +189,7 @@ namespace bpkg diag_record dr (fail); print_process (dr, args); - - dr << " terminated abnormally: " << pe.description (); - - if (pe.core ()) - dr << " (core dumped)"; + dr << " " << pe; } catch (const process_error& e) { |