Skip to content

Commit f8e7577

Browse files
committed
[#3203] Addressed review comments
src/bin/dhcp4/dhcp4_messages.mes src/bin/dhcp6/dhcp6_messages.mes - Minor clean up to log messages.
1 parent f49b182 commit f8e7577

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/bin/dhcp4/dhcp4_messages.mes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ A debug message noting that the multi-threading packet queue is full so
814814
the oldest packet of the queue was dropped to make room for the received one.
815815

816816
% 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
818818
packet on the specified interface. The first argument specifies the
819819
client and transaction identification information. The second and third
820820
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
823823
message has been received.
824824

825825
% 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.
830830

831831
This debug message is issued when the server is trying to send the
832832
response to the client. When the server is using an UDP socket

src/bin/dhcp6/dhcp6_messages.mes

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ A debug message noting that the multi-threading packet queue is full so
688688
the oldest packet of the queue was dropped to make room for the received one.
689689

690690
% DHCP6_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6
691-
A debug message noting that the server has received the specified type of
691+
An INFO message noting that the server has received the specified type of
692692
packet on the specified interface. The first argument specifies the
693693
client and transaction identification information. The second and third
694694
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
702702
the message.
703703

704704
% DHCP6_PACKET_SEND %1: trying to send packet %2 (type %3) from [%4]:%5 to [%6]:%7 on interface %8
705-
The arguments specify the client identification information (HW address
706-
and client identifier), DHCP message name and type, source IPv6
707-
address and port, destination IPv6 address and port and the
708-
interface name.
705+
An INFO message noting that the server is attempting to send the
706+
specified type of packet. The arguments specify the client
707+
identification information (HW address and client identifier),
708+
DHCP message name and type, source IPv6 address and port,
709+
destination IPv6 address and port and the interface name.
709710

710711
% DHCP6_PACKET_SEND_FAIL %1: failed to send DHCPv6 packet: %2
711712
This error is output if the IPv6 DHCP server fails to send an assembled

0 commit comments

Comments
 (0)