|
@@ -83,7 +83,7 @@ LibraryContainer::LibraryContainer(const std::string& name) {
|
|
if (ds_lib_ == NULL) {
|
|
if (ds_lib_ == NULL) {
|
|
// This may cause the filename to appear twice in the actual
|
|
// This may cause the filename to appear twice in the actual
|
|
// error, but the output of dlerror is implementation-dependent
|
|
// error, but the output of dlerror is implementation-dependent
|
|
- isc_throw(DataSourceLibraryError, "dlopen failed for " << name <<
|
|
|
|
|
|
+ isc_throw(DataSourceLibraryError, "dlopen failed for " << name <<
|
|
": " << dlerror());
|
|
": " << dlerror());
|
|
}
|
|
}
|
|
}
|
|
}
|