@@ -814,7 +814,7 @@ A debug message noting that the multi-threading packet queue is full so
814
814
the oldest packet of the queue was dropped to make room for the received one.
815
815
816
816
% DHCP4_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6
817
- A debug message noting that the server has received the specified type of
817
+ An INFO message noting that the server has received the specified type of
818
818
packet on the specified interface. The first argument specifies the
819
819
client and transaction identification information. The second and third
820
820
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
823
823
message has been received.
824
824
825
825
% DHCP4_PACKET_SEND %1: trying to send packet %2 (type %3) from %4:%5 to %6:%7 on interface %8
826
- The arguments specify the client identification information (HW address
827
- and client identifier), DHCP message name and type, source IPv4
828
- address and port, destination IPv4 address and port and the
829
- interface name.
826
+ An INFO message noting that the server is attempting to send the specified
827
+ type of packet. The arguments specify the client identification information
828
+ (HW address and client identifier), DHCP message name and type, source IPv4
829
+ address and port, destination IPv4 address and port and the interface name.
830
830
831
831
This debug message is issued when the server is trying to send the
832
832
response to the client. When the server is using an UDP socket
0 commit comments