"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
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.