]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5622] Renamed lease cmds logger to lease-cmds-hooks.
authorMarcin Siodelski <marcin@isc.org>
Wed, 6 Jun 2018 18:10:00 +0000 (20:10 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 6 Jun 2018 18:10:00 +0000 (20:10 +0200)
src/hooks/dhcp/lease_cmds/lease_cmds_log.cc

index 7622a9c89d21ae2b51cc9b80bf9d5ec1f66a8431..642bfb17c4207dc0ed2247e7d8ae79e8001acdd8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -11,7 +11,7 @@
 namespace isc {
 namespace lease_cmds {
 
-isc::log::Logger lease_cmds_logger("lease_cmds_hooks");
+isc::log::Logger lease_cmds_logger("lease-cmds-hooks");
 
 }
 }