diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2024-04-24 21:21:21 +0200 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2024-04-26 14:42:46 +0200 |
commit | 7b93d1b62b0d9e1f864063b41effdca2c54ee778 (patch) | |
tree | d634bf35206bba8eedf1802bd1ed607f96d1cdf6 /src/bin/dhcp4/dhcp4_messages.cc | |
parent | [#2820] add tid in some leases logs (diff) | |
download | kea-7b93d1b62b0d9e1f864063b41effdca2c54ee778.tar.xz kea-7b93d1b62b0d9e1f864063b41effdca2c54ee778.zip |
[#2820] add tid in some options logs
Diffstat (limited to 'src/bin/dhcp4/dhcp4_messages.cc')
-rw-r--r-- | src/bin/dhcp4/dhcp4_messages.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp4/dhcp4_messages.cc b/src/bin/dhcp4/dhcp4_messages.cc index 2135c1886c..187bfc65e1 100644 --- a/src/bin/dhcp4/dhcp4_messages.cc +++ b/src/bin/dhcp4/dhcp4_messages.cc @@ -198,7 +198,7 @@ const char* values[] = { "DHCP4_ALREADY_RUNNING", "%1 already running? %2", "DHCP4_BUFFER_RECEIVED", "received buffer from %1:%2 to %3:%4 over interface %5", "DHCP4_BUFFER_RECEIVE_FAIL", "error on attempt to receive packet: %1", - "DHCP4_BUFFER_UNPACK", "parsing buffer received from %1 to %2 over interface %3", + "DHCP4_BUFFER_UNPACK", "%1: parsing buffer received from %2 to %3 over interface %4", "DHCP4_BUFFER_WAIT_SIGNAL", "signal received while waiting for next packet", "DHCP4_CB_ON_DEMAND_FETCH_UPDATES_FAIL", "error on demand attempt to fetch configuration updates from the configuration backend(s): %1", "DHCP4_CB_PERIODIC_FETCH_UPDATES_FAIL", "error on periodic attempt to fetch configuration updates from the configuration backend(s): %1", @@ -320,7 +320,7 @@ const char* values[] = { "DHCP4_PACKET_NAK_0002", "%1: invalid address %2 requested by INIT-REBOOT", "DHCP4_PACKET_NAK_0003", "%1: failed to advertise a lease, client sent ciaddr %2, requested-ip-address %3", "DHCP4_PACKET_NAK_0004", "%1: failed to grant a lease, client sent ciaddr %2, requested-ip-address %3", - "DHCP4_PACKET_OPTIONS_SKIPPED", "An error unpacking an option, caused subsequent options to be skipped: %1", + "DHCP4_PACKET_OPTIONS_SKIPPED", "%1: An error unpacking an option, caused subsequent options to be skipped: %2", "DHCP4_PACKET_OPTION_UNPACK_FAIL", "An error unpacking the option %1: %2", "DHCP4_PACKET_PACK", "%1: preparing on-wire format of the packet to be sent", "DHCP4_PACKET_PACK_FAIL", "%1: preparing on-wire-format of the packet to be sent failed %2", |