aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 901655b..c8fb6e9 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -57,7 +57,7 @@ namespace bpkg
}
catch (const invalid_argument& e)
{
- fail << "invalid package version '" << p << "': " << e.what ();
+ fail << "invalid package version '" << p << "': " << e;
}
}
@@ -78,6 +78,6 @@ namespace bpkg
}
catch (const invalid_argument& e)
{
- fail << "invalid repository location '" << s << "': " << e.what () << endf;
+ fail << "invalid repository location '" << s << "': " << e << endf;
}
}