Parcourir la source

[2978] Addressed review comments.

Thomas Markwalder il y a 12 ans
Parent
commit
567853b380
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 /// 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.

+ 1 - 1
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