aboutsummaryrefslogtreecommitdiff
path: root/butl/fdstream
diff options
context:
space:
mode:
Diffstat (limited to 'butl/fdstream')
-rw-r--r--butl/fdstream2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/fdstream b/butl/fdstream
index d955476..8d01b2f 100644
--- a/butl/fdstream
+++ b/butl/fdstream
@@ -299,7 +299,7 @@ namespace butl
// }
// catch (const process_error& e)
// {
- // error << ... << e.what ();
+ // error << ... << e;
//
// if (e.child ())
// exit (1);