Browse Source

[2978] Addressed review comments.

Thomas Markwalder 12 years ago
parent
commit
567853b380
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/d2/d2_controller.cc
  2. 1 1
      src/bin/d2/d2_log.cc

+ 1 - 1
src/bin/d2/d2_controller.cc

@@ -21,7 +21,7 @@ namespace d2 {
 
 
 /// @brief Defines the application name, this is passed into base class
 /// @brief Defines the application name, this is passed into base class
 /// and appears in log statements.
 /// 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
 /// @brief Defines the executable name. This is passed into the base class
 /// by convention this should match the BIND10 module name.
 /// by convention this should match the BIND10 module name.

+ 1 - 1
src/bin/d2/d2_log.cc

@@ -20,7 +20,7 @@ namespace isc {
 namespace d2 {
 namespace d2 {
 
 
 /// @brief Defines the logger used within D2.
 /// @brief Defines the logger used within D2.
-isc::log::Logger dctl_logger("dctl");
+isc::log::Logger dctl_logger("dhcpddns");
 
 
 } // namespace d2
 } // namespace d2
 } // namespace isc
 } // namespace isc