summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/datasrc/factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/datasrc/factory.cc b/src/lib/datasrc/factory.cc
index 73f7e4af46..34ab6d8b74 100644
--- a/src/lib/datasrc/factory.cc
+++ b/src/lib/datasrc/factory.cc
@@ -83,7 +83,7 @@ LibraryContainer::LibraryContainer(const std::string& name) {
if (ds_lib_ == NULL) {
// This may cause the filename to appear twice in the actual
// error, but the output of dlerror is implementation-dependent
- isc_throw(DataSourceLibraryError, "dlopen failed for " << name <<
+ isc_throw(DataSourceLibraryError, "dlopen failed for " << name <<
": " << dlerror());
}
}