From: Marcin Siodelski Date: Tue, 14 Jul 2015 17:37:44 +0000 (+0200) Subject: [3951] Fixed typo in the D2 logger name. X-Git-Tag: trac4006_base~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c9ac05ed634dac27376cef9686afbdc6420de4;p=thirdparty%2Fkea.git [3951] Fixed typo in the D2 logger name. --- diff --git a/src/bin/d2/d2_log.cc b/src/bin/d2/d2_log.cc index 46c442496a..b606a78428 100644 --- a/src/bin/d2/d2_log.cc +++ b/src/bin/d2/d2_log.cc @@ -21,7 +21,7 @@ namespace d2 { /// @brief Defines the logger used within D2. isc::log::Logger dctl_logger("dhcpddns"); -isc::log::Logger dhcp_to_d2_logger("dchp-to-d2"); +isc::log::Logger dhcp_to_d2_logger("dhcp-to-d2"); isc::log::Logger d2_to_dns_logger("d2-to-dns"); } // namespace d2