From 4bae1216d955f1e7f9df26a2d2042050a4104181 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 28 Jun 2018 15:12:23 +0200 Subject: [PATCH] [5651] Removed unused log messages. --- src/lib/dhcpsrv/dhcpsrv_messages.mes | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index c3366505e1..1361e2266f 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -287,10 +287,6 @@ of leases beginning with the specified address. A debug message issued when the server is attempting to obtain a page of leases beginning with the specified address. -% DHCPSRV_CQL_GET_ADDR_RANGE4 obtaining all IPv4 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - % DHCPSRV_CQL_GET_SUBID4 obtaining IPv4 leases for subnet ID %1 A debug message issued when the server is attempting to obtain all IPv4 leases for a given subnet identifier from the Cassandra database. @@ -489,14 +485,6 @@ in the message. A debug message issued when the server is attempting to obtain all IPv4 leases from the memory file database. -% DHCPSRV_MEMFILE_GET_ADDR_RANGE4 obtaining all IPv4 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - -% DHCPSRV_MEMFILE_GET_ADDR_RANGE6 obtaining all IPv6 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - % DHCPSRV_MEMFILE_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2 A debug message issued when the server is attempting to obtain a page of leases beginning with the specified address. @@ -757,14 +745,6 @@ leases from the MySQL database. A debug message issued when the server is attempting to obtain an IPv4 lease from the MySQL database for the specified address. -% DHCPSRV_MYSQL_GET_ADDR_RANGE4 obtaining all IPv4 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - -% DHCPSRV_MYSQL_GET_ADDR_RANGE6 obtaining all IPv6 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - % DHCPSRV_MYSQL_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2 A debug message issued when the server is attempting to obtain a page of leases beginning with the specified address. @@ -949,14 +929,6 @@ lease from the PostgreSQL database for the specified address. A debug message issued when the server is attempting to obtain an IPv6 lease from the PostgreSQL database for the specified address. -% DHCPSRV_PGSQL_GET_ADDR_RANGE4 obtaining all IPv4 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - -% DHCPSRV_PGSQL_GET_ADDR_RANGE6 obtaining all IPv6 leases with addresses in range from %1 to %2 -A debug message issued when the server is attempting to obtain leases -with addresses in the specified range. - % DHCPSRV_PGSQL_GET_CLIENTID obtaining IPv4 leases for client ID %1 A debug message issued when the server is attempting to obtain a set of IPv4 leases from the PostgreSQL database for a client with the specified -- 2.47.2