BIND 10 trac2978, updated. 567853b380a1365f0e3fe16a79062ee710f2e167 [2978] Addressed review comments.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 11 15:16:50 UTC 2013


The branch, trac2978 has been updated
       via  567853b380a1365f0e3fe16a79062ee710f2e167 (commit)
      from  4ee45a9b6fe66798c2aa22ecfc6b9522b9ba8d37 (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 567853b380a1365f0e3fe16a79062ee710f2e167
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Jun 11 11:16:18 2013 -0400

    [2978] Addressed review comments.

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

Summary of changes:
 src/bin/d2/d2_controller.cc |    2 +-
 src/bin/d2/d2_log.cc        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc
index 4742277..f9a986c 100644
--- a/src/bin/d2/d2_controller.cc
+++ b/src/bin/d2/d2_controller.cc
@@ -21,7 +21,7 @@ namespace d2 {
 
 /// @brief Defines the application name, this is passed into base class
 /// and appears in log statements.
-const char* D2Controller::d2_app_name_ = "Dhcp-Ddns";
+const char* D2Controller::d2_app_name_ = "DHCP-DDNS";
 
 /// @brief Defines the executable name. This is passed into the base class
 /// by convention this should match the BIND10 module name.
diff --git a/src/bin/d2/d2_log.cc b/src/bin/d2/d2_log.cc
index 6f6fa37..c938c2c 100644
--- a/src/bin/d2/d2_log.cc
+++ b/src/bin/d2/d2_log.cc
@@ -20,7 +20,7 @@ namespace isc {
 namespace d2 {
 
 /// @brief Defines the logger used within D2.
-isc::log::Logger dctl_logger("dctl");
+isc::log::Logger dctl_logger("dhcpddns");
 
 } // namespace d2
 } // namespace isc



More information about the bind10-changes mailing list