aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index 996b604..35bfb1a 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -119,7 +119,7 @@ namespace bpkg
catch (const invalid_argument& e)
{
fail << "invalid relative repository location '" << rm.location
- << "': " << e.what () <<
+ << "': " << e <<
info << "base repository location is " << rl;
}
}