From 1a871b147c1c07ea2c8a92f3fae1e1f62bf6883e Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Thu, 8 Nov 2018 20:59:51 +0100 Subject: [PATCH] [master] *.mes file reorder --- src/bin/dhcp4/dhcp4_messages.mes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes index 147d99009c..495ffa424f 100644 --- a/src/bin/dhcp4/dhcp4_messages.mes +++ b/src/bin/dhcp4/dhcp4_messages.mes @@ -120,11 +120,6 @@ new configuration. It is output during server startup, and when an updated configuration is committed by the administrator. Additional information may be provided. -% DHCP4_CONFIG_PACKET_QUEUE DHCPv4 packet queue info after configuration: %1 -This debug message is emitted during DHCPv4 server configuration, immediately -after configuring the DHCPv4 packet queue. The information shown depends -upon the packet queue type selected. - % DHCP4_CONFIG_LOAD_FAIL configuration error using file: %1, reason: %2 This error message indicates that the DHCPv4 configuration has failed. If this is an initial configuration (during server's startup) the server @@ -140,6 +135,11 @@ This warning message is issued on an attempt to configure multiple options with the same option code for a particular subnet. Adding multiple options is uncommon for DHCPv4, but is not prohibited. +% DHCP4_CONFIG_PACKET_QUEUE DHCPv4 packet queue info after configuration: %1 +This debug message is emitted during DHCPv4 server configuration, immediately +after configuring the DHCPv4 packet queue. The information shown depends +upon the packet queue type selected. + % DHCP4_CONFIG_RECEIVED received configuration %1 A debug message listing the configuration received by the DHCPv4 server. The source of that configuration depends on used configuration backend. -- 2.47.2