summaryrefslogtreecommitdiffstats
path: root/src/lib/config
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-12-05 23:19:38 +0100
committerFrancis Dupont <fdupont@isc.org>2018-12-06 14:19:34 +0100
commit5658cd9e11b88e5f4784be72e0b192b9aa0aa2ba (patch)
tree33aa8f2dfc16877fdbe156486fc0ebcbb3d9afe3 /src/lib/config
parent[master] Added ChangeLog entry for #303. (diff)
downloadkea-5658cd9e11b88e5f4784be72e0b192b9aa0aa2ba.tar.xz
kea-5658cd9e11b88e5f4784be72e0b192b9aa0aa2ba.zip
[174-warning-for-unused-trace-levels] Made extern debug levels186-add-kea-netconf-daemon-to-keactrl_base
Diffstat (limited to 'src/lib/config')
-rw-r--r--src/lib/config/config_log.cc4
-rw-r--r--src/lib/config/config_log.h4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/config/config_log.cc b/src/lib/config/config_log.cc
index b1ad13df15..67f896fbd6 100644
--- a/src/lib/config/config_log.cc
+++ b/src/lib/config/config_log.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-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
@@ -15,6 +15,8 @@ namespace config {
isc::log::Logger command_logger("commands");
+extern const int DBG_COMMAND = isc::log::DBGLVL_COMMAND;
+
} // namespace nsas
} // namespace isc
diff --git a/src/lib/config/config_log.h b/src/lib/config/config_log.h
index 4937f4a9dc..08b4ddb83c 100644
--- a/src/lib/config/config_log.h
+++ b/src/lib/config/config_log.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-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
@@ -21,7 +21,7 @@ namespace config {
extern isc::log::Logger command_logger;
// Enumerate configuration elements as they are processed.
-const int DBG_COMMAND = isc::log::DBGLVL_COMMAND;
+extern const int DBG_COMMAND;
} // namespace config
} // namespace isc