BIND 10 trac1292_2, updated. 5f34cb40976859771ab996113f78937310e7bda5 [1292_2] add missing space in string

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 2 08:32:38 UTC 2011


The branch, trac1292_2 has been updated
       via  5f34cb40976859771ab996113f78937310e7bda5 (commit)
      from  6690b8985d656aba3f25082cb62c9c02e5ad5a0b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f34cb40976859771ab996113f78937310e7bda5
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Dec 2 09:32:21 2011 +0100

    [1292_2] add missing space in string

-----------------------------------------------------------------------

Summary of changes:
 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 9c2adab..085ab52 100644
--- a/src/lib/datasrc/factory.cc
+++ b/src/lib/datasrc/factory.cc
@@ -43,7 +43,7 @@ getDataSourceLibFile(const std::string& type) {
                   "DataSourceClient container called with empty type value");
     }
     if (type == ".so") {
-        isc_throw(DataSourceLibraryError, "DataSourceClient container called"
+        isc_throw(DataSourceLibraryError, "DataSourceClient container called "
                                           "with bad type or file name");
     }
 




More information about the bind10-changes mailing list