]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3477] Updated logs (Razvan's proposal)
authorFrancis Dupont <fdupont@isc.org>
Tue, 23 Jul 2024 12:55:20 +0000 (14:55 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 1 Aug 2024 07:23:54 +0000 (09:23 +0200)
src/lib/config/config_messages.cc
src/lib/config/config_messages.h
src/lib/config/config_messages.mes

index 24fd3e96f5c5cc78e4ae1aa3d57b5a9a7df241e7..f5e7a849266646ac05b27bafe6b83b104a74af09 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/lib/config/config_messages.mes
+// File created from config_messages.mes
 
 #include <cstddef>
 #include <log/message_types.h>
index 1a8982ea5b45f1a196d2282bff34d60bd444adc6..0349918a06ac60b8e95f3b8996cc0713f9274ed2 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/lib/config/config_messages.mes
+// File created from config_messages.mes
 
 #ifndef CONFIG_MESSAGES_H
 #define CONFIG_MESSAGES_H
index 4e798873e1dc49aeec823f8026942b78bef4711f..0a82b0df0d9f244aa0cc906e275680e5549bf177 100644 (file)
@@ -156,14 +156,14 @@ to operate correctly.
 % HTTP_COMMAND_MGR_IGNORED_TLS_SETUP_CHANGES ignore a change in TLS setup of the http control socket
 The warning message is issued when the HTTP/HTTPS control socket was
 reconfigured with a different TLS setup but keeping the address and port.
-As these changes can't be applied without opening a new socket which
-will conflicts with the existing one they are ignored.
+These changes are ignored because they can't be applied without opening a new
+socket which will conflicts with the existing one.
 
 % HTTP_COMMAND_MGR_SERVICE_STARTED started %1 service bound to address %2 port %3
 This informational message indicates that the server has started
 HTTP/HTTPS service on the specified address and port for receiving
 control commands.
 
-% HTTP_COMMAND_MGR_SERVICE_STOPPING stopping %1 service%2
+% HTTP_COMMAND_MGR_SERVICE_STOPPING stopping %1 service %2
 This informational message indicates that the server has stopped
 HTTP/HTTPS service. When known the address and port are displayed.