]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2314] Used with value in logs
authorFrancis Dupont <fdupont@isc.org>
Wed, 23 Mar 2022 09:52:17 +0000 (10:52 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 23 Mar 2022 09:53:01 +0000 (10:53 +0100)
src/hooks/dhcp/flex_option/flex_option_messages.cc
src/hooks/dhcp/flex_option/flex_option_messages.mes

index 540c599f9d19e9b990547445b747b699f60df163..7b7a08aedde1f336f1b246498a19930abd802078 100644 (file)
@@ -28,8 +28,8 @@ const char* values[] = {
     "FLEX_OPTION_PROCESS_SUB_ADD", "Added the sub-option code %1 in option code %2 with value %3",
     "FLEX_OPTION_PROCESS_SUB_CLIENT_CLASS", "Skip processing of the sub-option code %1 in option code %2 for class '%3'",
     "FLEX_OPTION_PROCESS_SUB_REMOVE", "Removed sub-option code %1 in option code %2",
-    "FLEX_OPTION_PROCESS_SUB_SUPERSEDE", "Supersedes the sub-option code %1 in option code %2 by value %3",
-    "FLEX_OPTION_PROCESS_SUPERSEDE", "Supersedes the option code %1 by value %2",
+    "FLEX_OPTION_PROCESS_SUB_SUPERSEDE", "Supersedes the sub-option code %1 in option code %2 with value %3",
+    "FLEX_OPTION_PROCESS_SUPERSEDE", "Supersedes the option code %1 with value %2",
     "FLEX_OPTION_PROCESS_VENDOR_ID_MISMATCH", "Skip processing of vendor option code %1 with vendor id %2 not matching wanted %3",
     "FLEX_OPTION_UNLOAD", "Flex Option hooks library has been unloaded",
     NULL
index e05da06a2d25394ac33e9163ce253c73ddc16dd8..74557116b5fbb82bfb5451e827d4ac1626e40c6c 100644 (file)
@@ -39,12 +39,12 @@ container option codes, and the client class name are provided.
 This debug message is printed when a sub-option was removed from the response
 packet. The sub-option and container option codes are provided.
 
-% FLEX_OPTION_PROCESS_SUB_SUPERSEDE Supersedes the sub-option code %1 in option code %2 by value %3
+% FLEX_OPTION_PROCESS_SUB_SUPERSEDE Supersedes the sub-option code %1 in option code %2 with value %3
 This debug message is printed when a sub-option was superseded into the
 response packet. The sub-option and container option codes, and the value
 (between quotes if printable, in hexadecimal if not) are provided.
 
-% FLEX_OPTION_PROCESS_SUPERSEDE Supersedes the option code %1 by value %2
+% FLEX_OPTION_PROCESS_SUPERSEDE Supersedes the option code %1 with value %2
 This debug message is printed when an option was superseded into the response
 packet. The option code and the value (between quotes if printable, in
 hexadecimal if not) are provided.