diff options
author | Mukund Sivaraman <muks@isc.org> | 2013-06-18 10:46:57 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2013-06-20 12:01:35 +0200 |
commit | c7115f5b90dc167552fe2de1178def62a948afe6 (patch) | |
tree | 166ac0b12a9f5d775a0856e60b971e6becd3a316 | |
parent | Merge second part of #2726 (diff) | |
download | kea-c7115f5b90dc167552fe2de1178def62a948afe6.tar.xz kea-c7115f5b90dc167552fe2de1178def62a948afe6.zip |
[2947] Delete trailing whitespace
-rw-r--r-- | src/lib/datasrc/factory.cc | 2 |
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()); } } |