aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx6
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)
{