summaryrefslogtreecommitdiffstats
path: root/src/lib/config
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2018-03-28 13:21:17 +0200
committerMarcin Siodelski <marcin@isc.org>2018-03-28 13:21:17 +0200
commit93e2b2198c3163afb81d51fdf5ec547602a12415 (patch)
treec9a4156cacc156ca140f7a58ff1deca13990bd75 /src/lib/config
parent[master] Tomek's changes + init + deinit fixes (diff)
parent[5470] Fixed uninitialized class member. (diff)
downloadkea-93e2b2198c3163afb81d51fdf5ec547602a12415.tar.xz
kea-93e2b2198c3163afb81d51fdf5ec547602a12415.zip
[master] Merge branch 'trac5470'
Diffstat (limited to 'src/lib/config')
-rw-r--r--src/lib/config/base_command_mgr.cc2
-rw-r--r--src/lib/config/command_mgr.cc6
-rw-r--r--src/lib/config/config_messages.mes6
3 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/config/base_command_mgr.cc b/src/lib/config/base_command_mgr.cc
index eaa1700f48..2bca336174 100644
--- a/src/lib/config/base_command_mgr.cc
+++ b/src/lib/config/base_command_mgr.cc
@@ -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
diff --git a/src/lib/config/command_mgr.cc b/src/lib/config/command_mgr.cc
index 88b3dd801f..5129383461 100644
--- a/src/lib/config/command_mgr.cc
+++ b/src/lib/config/command_mgr.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-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
@@ -65,7 +65,7 @@ public:
buf_(), response_(), connection_pool_(connection_pool), feed_(),
response_in_progress_(false) {
- LOG_INFO(command_logger, COMMAND_SOCKET_CONNECTION_OPENED)
+ LOG_DEBUG(command_logger, DBG_COMMAND, COMMAND_SOCKET_CONNECTION_OPENED)
.arg(socket_->getNative());
// Callback value of 0 is used to indicate that callback function is
@@ -94,7 +94,7 @@ public:
/// cause the server to not send a response to the client.
void stop() {
if (!response_in_progress_) {
- LOG_INFO(command_logger, COMMAND_SOCKET_CONNECTION_CLOSED)
+ LOG_DEBUG(command_logger, DBG_COMMAND, COMMAND_SOCKET_CONNECTION_CLOSED)
.arg(socket_->getNative());
isc::dhcp::IfaceMgr::instance().deleteExternalSocket(socket_->getNative());
diff --git a/src/lib/config/config_messages.mes b/src/lib/config/config_messages.mes
index a40bd2b569..645bba692a 100644
--- a/src/lib/config/config_messages.mes
+++ b/src/lib/config/config_messages.mes
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-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
@@ -59,7 +59,7 @@ when the timeout occurs during communication with a client. The error message
includes details about the reason for failure.
% COMMAND_SOCKET_CONNECTION_CLOSED Closed socket %1 for existing command connection
-This is an informational message that the socket created for handling
+This is a debug message indicating that the socket created for handling
client's connection is closed. This usually means that the client disconnected,
but may also mean a timeout.
@@ -69,7 +69,7 @@ command connection and/or removing it from the connections pool. The
detailed error is provided as an argument.
% COMMAND_SOCKET_CONNECTION_OPENED Opened socket %1 for incoming command connection
-This is an informational message that a new incoming command connection was
+This is a debug message indicating that a new incoming command connection was
detected and a dedicated socket was opened for that connection.
% COMMAND_SOCKET_CONNECTION_SHUTDOWN_FAIL Encountered error %1 while trying to gracefully shutdown socket