]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3203] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Fri, 10 May 2024 17:56:55 +0000 (13:56 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 10 May 2024 18:00:26 +0000 (14:00 -0400)
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
- Minor clean up to log messages.

src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes

index 511de5dfd146c6f0f7398db93e9e046f90f54c10..573e53b21bb424068fcd25ec8b5cdd70cc343f8a 100644 (file)
@@ -814,7 +814,7 @@ A debug message noting that the multi-threading packet queue is full so
 the oldest packet of the queue was dropped to make room for the received one.
 
 % DHCP4_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6
-A debug message noting that the server has received the specified type of
+An INFO message noting that the server has received the specified type of
 packet on the specified interface. The first argument specifies the
 client and transaction identification information. The second and third
 argument specify the name of the DHCPv4 message and its numeric type
@@ -823,10 +823,10 @@ destination IPv4 address and the name of the interface on which the
 message has been received.
 
 % DHCP4_PACKET_SEND %1: trying to send packet %2 (type %3) from %4:%5 to %6:%7 on interface %8
-The arguments specify the client identification information (HW address
-and client identifier), DHCP message name and type, source IPv4
-address and port, destination IPv4 address and port and the
-interface name.
+An INFO message noting that the server is attempting to send the specified
+type of packet.  The arguments specify the client identification information
+(HW address and client identifier), DHCP message name and type, source IPv4
+address and port, destination IPv4 address and port and the interface name.
 
 This debug message is issued when the server is trying to send the
 response to the client. When the server is using an UDP socket
index 9e23f25eb4e95b6f80a5984724ec152b46e80b9d..e82dfc172011be63b22351bc329b1aa0ef1e22ff 100644 (file)
@@ -688,7 +688,7 @@ A debug message noting that the multi-threading packet queue is full so
 the oldest packet of the queue was dropped to make room for the received one.
 
 % DHCP6_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6
-A debug message noting that the server has received the specified type of
+An INFO message noting that the server has received the specified type of
 packet on the specified interface. The first argument specifies the
 client and transaction identification information. The second and third
 argument specify the name of the DHCPv6 message and its numeric type
@@ -702,10 +702,11 @@ occurred during this attempt. The reason for the error is included in
 the message.
 
 % DHCP6_PACKET_SEND %1: trying to send packet %2 (type %3) from [%4]:%5 to [%6]:%7 on interface %8
-The arguments specify the client identification information (HW address
-and client identifier), DHCP message name and type, source IPv6
-address and port, destination IPv6 address and port and the
-interface name.
+An INFO message noting that the server is attempting to send the
+specified type of packet. The arguments specify the client
+identification information (HW address and client identifier),
+DHCP message name and type, source IPv6 address and port,
+destination IPv6 address and port and the interface name.
 
 % DHCP6_PACKET_SEND_FAIL %1: failed to send DHCPv6 packet: %2
 This error is output if the IPv6 DHCP server fails to send an assembled