BIND 10 master, updated. a3e8b0ad37ebb999e29c390332045bc9babfdc3c [master] Fixed broken build in src/bin/d2/d_test_stubs.h, and logger check failure in src/bin/d2/d2_messages.mes

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 2 19:12:20 UTC 2013


The branch, master has been updated
       via  a3e8b0ad37ebb999e29c390332045bc9babfdc3c (commit)
      from  45e404c1b58487d180e91d4b4eb0f5059902b190 (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 a3e8b0ad37ebb999e29c390332045bc9babfdc3c
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Jul 2 15:09:12 2013 -0400

    [master] Fixed broken build in src/bin/d2/d_test_stubs.h,
    and logger check failure in src/bin/d2/d2_messages.mes

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

Summary of changes:
 src/bin/d2/d2_messages.mes      |    2 +-
 src/bin/d2/tests/d_test_stubs.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_messages.mes b/src/bin/d2/d2_messages.mes
index 5077e62..f442fe0 100644
--- a/src/bin/d2/d2_messages.mes
+++ b/src/bin/d2/d2_messages.mes
@@ -78,7 +78,7 @@ An error message output during a configuration update.  The program is
 expecting an item but has not found it in the new configuration.  This may
 mean that the BIND 10 configuration database is corrupt.
 
-% DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1
+% DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1, reason: %2 
 On receipt of message containing details to a change of its configuration,
 the server failed to create a parser to decode the contents of the named
 configuration element, or the creation succeeded but the parsing actions
diff --git a/src/bin/d2/tests/d_test_stubs.h b/src/bin/d2/tests/d_test_stubs.h
index 60a8810..846fb75 100644
--- a/src/bin/d2/tests/d_test_stubs.h
+++ b/src/bin/d2/tests/d_test_stubs.h
@@ -632,7 +632,7 @@ public:
         }
 
         return ::testing::AssertionFailure() << "checkAnswer rcode:" 
-               << rcode << " comment: " << *comment << std::endl;
+               << rcode << " comment: " << *comment;
     }
 
     /// @brief Configuration set being tested.



More information about the bind10-changes mailing list