From: Francis Dupont Date: Wed, 23 Mar 2022 09:52:17 +0000 (+0100) Subject: [#2314] Used with value in logs X-Git-Tag: Kea-2.1.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cdacec2969a2d2ea9bd0c4c586d77b485cd662;p=thirdparty%2Fkea.git [#2314] Used with value in logs --- diff --git a/src/hooks/dhcp/flex_option/flex_option_messages.cc b/src/hooks/dhcp/flex_option/flex_option_messages.cc index 540c599f9d..7b7a08aedd 100644 --- a/src/hooks/dhcp/flex_option/flex_option_messages.cc +++ b/src/hooks/dhcp/flex_option/flex_option_messages.cc @@ -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 diff --git a/src/hooks/dhcp/flex_option/flex_option_messages.mes b/src/hooks/dhcp/flex_option/flex_option_messages.mes index e05da06a2d..74557116b5 100644 --- a/src/hooks/dhcp/flex_option/flex_option_messages.mes +++ b/src/hooks/dhcp/flex_option/flex_option_messages.mes @@ -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.