From 14f48f4970817719e4ffe519a3fb8e74d15e4640 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 13 Jun 2019 01:26:42 +0200 Subject: [PATCH] [616-error-msgs-contain-references-to-config-file-while-config-backend-is-used] Removed unused DCTL_CCSESSION_STARTING --- src/lib/process/process_messages.cc | 4 +--- src/lib/process/process_messages.h | 3 +-- src/lib/process/process_messages.mes | 4 ---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/lib/process/process_messages.cc b/src/lib/process/process_messages.cc index 6812f2b097..c33986caf2 100644 --- a/src/lib/process/process_messages.cc +++ b/src/lib/process/process_messages.cc @@ -1,4 +1,4 @@ -// File created from ../../../src/lib/process/process_messages.mes on Wed May 22 2019 18:44 +// File created from ../../../src/lib/process/process_messages.mes on Thu Jun 13 2019 01:25 #include #include @@ -9,7 +9,6 @@ namespace process { extern const isc::log::MessageID DCTL_ALREADY_RUNNING = "DCTL_ALREADY_RUNNING"; extern const isc::log::MessageID DCTL_CCSESSION_ENDING = "DCTL_CCSESSION_ENDING"; -extern const isc::log::MessageID DCTL_CCSESSION_STARTING = "DCTL_CCSESSION_STARTING"; extern const isc::log::MessageID DCTL_CFG_FILE_RELOAD_ERROR = "DCTL_CFG_FILE_RELOAD_ERROR"; extern const isc::log::MessageID DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD = "DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD"; extern const isc::log::MessageID DCTL_COMMAND_RECEIVED = "DCTL_COMMAND_RECEIVED"; @@ -46,7 +45,6 @@ namespace { const char* values[] = { "DCTL_ALREADY_RUNNING", "%1 already running? %2", "DCTL_CCSESSION_ENDING", "%1 ending control channel session", - "DCTL_CCSESSION_STARTING", "%1 starting control channel session, specfile: %2", "DCTL_CFG_FILE_RELOAD_ERROR", "configuration reload failed: %1, reverting to current configuration.", "DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD", "OS signal %1 received, reloading configuration from file: %2", "DCTL_COMMAND_RECEIVED", "%1 received command: %2, arguments: %3", diff --git a/src/lib/process/process_messages.h b/src/lib/process/process_messages.h index a2f58ef1b1..389c59faab 100644 --- a/src/lib/process/process_messages.h +++ b/src/lib/process/process_messages.h @@ -1,4 +1,4 @@ -// File created from ../../../src/lib/process/process_messages.mes on Wed May 22 2019 18:44 +// File created from ../../../src/lib/process/process_messages.mes on Thu Jun 13 2019 01:25 #ifndef PROCESS_MESSAGES_H #define PROCESS_MESSAGES_H @@ -10,7 +10,6 @@ namespace process { extern const isc::log::MessageID DCTL_ALREADY_RUNNING; extern const isc::log::MessageID DCTL_CCSESSION_ENDING; -extern const isc::log::MessageID DCTL_CCSESSION_STARTING; extern const isc::log::MessageID DCTL_CFG_FILE_RELOAD_ERROR; extern const isc::log::MessageID DCTL_CFG_FILE_RELOAD_SIGNAL_RECVD; extern const isc::log::MessageID DCTL_COMMAND_RECEIVED; diff --git a/src/lib/process/process_messages.mes b/src/lib/process/process_messages.mes index 6e60b0383a..7156da9e8a 100644 --- a/src/lib/process/process_messages.mes +++ b/src/lib/process/process_messages.mes @@ -20,10 +20,6 @@ the process name, the second contains the PID and PID file. This debug message is issued just before the controller attempts to disconnect from its session with the Kea control channel. -% DCTL_CCSESSION_STARTING %1 starting control channel session, specfile: %2 -This debug message is issued just before the controller attempts -to establish a session with the Kea control channel. - % DCTL_CFG_FILE_RELOAD_ERROR configuration reload failed: %1, reverting to current configuration. This is an error message indicating that the application attempted to reload its configuration from file and encountered an error. This is likely due to -- 2.47.2