]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[616-error-msgs-contain-references-to-config-file-while-config-backend-is-used] Remov...
authorFrancis Dupont <fdupont@isc.org>
Wed, 12 Jun 2019 23:26:42 +0000 (01:26 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 27 Jun 2019 17:29:15 +0000 (19:29 +0200)
src/lib/process/process_messages.cc
src/lib/process/process_messages.h
src/lib/process/process_messages.mes

index 6812f2b0970bd1a915a7a5ede8fd798d7057b5aa..c33986caf280400deff29f059fdebe008aa7d66a 100644 (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",
index a2f58ef1b18d518087c63c2b54b10eb0609659fb..389c59faab6450f88bfff2334ac96a804ebb3d29 100644 (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;
index 6e60b0383a14bbccc6b6585ca2b3e973407ec72b..7156da9e8a9ee220525a4a438642fef4229504ef 100644 (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