aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/help.cxx')
-rw-r--r--bpkg/help.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/help.cxx b/bpkg/help.cxx
index 53f59ca..133c08e 100644
--- a/bpkg/help.cxx
+++ b/bpkg/help.cxx
@@ -55,7 +55,7 @@ namespace bpkg
//
catch (const system_error& e)
{
- error << "pager failed: " << e.what ();
+ error << "pager failed: " << e;
// Fall through.
}