From 07c9ac05ed634dac27376cef9686afbdc6420de4 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 14 Jul 2015 19:37:44 +0200 Subject: [PATCH] [3951] Fixed typo in the D2 logger name. --- src/bin/d2/d2_log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2