diff options
Diffstat (limited to 'src/bin/netconf/netconf_log.cc')
-rw-r--r-- | src/bin/netconf/netconf_log.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/netconf/netconf_log.cc b/src/bin/netconf/netconf_log.cc index 97079ea2e4..01e5db25f5 100644 --- a/src/bin/netconf/netconf_log.cc +++ b/src/bin/netconf/netconf_log.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2024 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 @@ -16,8 +16,7 @@ namespace netconf { extern const int NETCONF_DBG_TRACE = isc::log::DBGLVL_TRACE_BASIC; extern const int NETCONF_DBG_RESULTS = isc::log::DBGLVL_TRACE_BASIC_DATA; -extern const int NETCONF_DBG_TRACE_DETAIL_DATA = - isc::log::DBGLVL_TRACE_DETAIL_DATA; +extern const int NETCONF_DBG_TRACE_DETAIL_DATA = isc::log::DBGLVL_TRACE_DETAIL_DATA; const char* NETCONF_LOGGER_NAME = "netconf"; |