diff options
Diffstat (limited to 'src/bin/dhcp6/dhcp6_messages.cc')
-rw-r--r-- | src/bin/dhcp6/dhcp6_messages.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/dhcp6/dhcp6_messages.cc b/src/bin/dhcp6/dhcp6_messages.cc index 878314c884..0e3ff87abb 100644 --- a/src/bin/dhcp6/dhcp6_messages.cc +++ b/src/bin/dhcp6/dhcp6_messages.cc @@ -189,7 +189,7 @@ const char* values[] = { "DHCP6_ADD_STATUS_CODE_FOR_IA", "%1: adding Status Code to IA with iaid=%2: %3", "DHCP6_ALREADY_RUNNING", "%1 already running? %2", "DHCP6_BUFFER_RECEIVED", "received buffer from %1:%2 to %3:%4 over interface %5", - "DHCP6_BUFFER_UNPACK", "parsing buffer received from %1 to %2 over interface %3", + "DHCP6_BUFFER_UNPACK", "%1: parsing buffer received from %2 to %3 over interface %4", "DHCP6_BUFFER_WAIT_SIGNAL", "signal received while waiting for next packet", "DHCP6_CB_ON_DEMAND_FETCH_UPDATES_FAIL", "error on demand attempt to fetch configuration updates from the configuration backend(s): %1", "DHCP6_CB_PERIODIC_FETCH_UPDATES_FAIL", "error on periodic attempt to fetch configuration updates from the configuration backend(s): %1", @@ -289,7 +289,7 @@ const char* values[] = { "DHCP6_PACKET_DROP_PARSE_FAIL", "%1: failed to parse packet from %2 to %3, received over interface %4, reason: %5, %6", "DHCP6_PACKET_DROP_SERVERID_MISMATCH", "%1: dropping packet with server identifier: %2, server is using: %3", "DHCP6_PACKET_DROP_UNICAST", "%1: dropping unicast %2 packet as this packet should be sent to multicast", - "DHCP6_PACKET_OPTIONS_SKIPPED", "An error unpacking an option, caused subsequent options to be skipped: %1", + "DHCP6_PACKET_OPTIONS_SKIPPED", "%1: An error unpacking an option, caused subsequent options to be skipped: %2", "DHCP6_PACKET_PROCESS_EXCEPTION", "exception occurred during packet processing", "DHCP6_PACKET_PROCESS_FAIL", "%1: processing of %2 message received from %3 failed: %4", "DHCP6_PACKET_PROCESS_STD_EXCEPTION", "exception occurred during packet processing: %1", @@ -298,7 +298,7 @@ const char* values[] = { "DHCP6_PACKET_RECEIVE_FAIL", "error on attempt to receive packet: %1", "DHCP6_PACKET_SEND", "%1: trying to send packet %2 (type %3) from [%4]:%5 to [%6]:%7 on interface %8", "DHCP6_PACKET_SEND_FAIL", "failed to send DHCPv6 packet: %1", - "DHCP6_PACK_FAIL", "failed to assemble response correctly", + "DHCP6_PACK_FAIL", "1%: failed to assemble response correctly: %2", "DHCP6_PARSER_COMMIT_EXCEPTION", "parser failed to commit changes", "DHCP6_PARSER_COMMIT_FAIL", "parser failed to commit changes: %1", "DHCP6_PARSER_EXCEPTION", "failed to create or run parser for configuration element %1", |