2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[616-error-msgs-contain-references-to-config-file-while-config-backend-is-used] Removed unused DCTL_CCSESSION_STARTING

This commit is contained in:
Francis Dupont 2019-06-13 01:26:42 +02:00
parent 7688e47c4e
commit 14f48f4970
3 changed files with 2 additions and 9 deletions

View File

@ -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 <cstddef>
#include <log/message_types.h>
@ -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",

View File

@ -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;

View File

@ -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