]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4316] Typo fixes by Suzanne
authorAndrei Pavel <andrei@isc.org>
Tue, 27 Jan 2026 13:51:24 +0000 (15:51 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 2 Feb 2026 09:13:43 +0000 (11:13 +0200)
30 files changed:
doc/sphinx/kea-messages.rst
src/bin/agent/ca_messages.cc
src/bin/agent/ca_messages.mes
src/bin/dhcp4/dhcp4_messages.cc
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.cc
src/bin/dhcp6/dhcp6_messages.mes
src/hooks/d2/gss_tsig/gss_tsig_messages.cc
src/hooks/d2/gss_tsig/gss_tsig_messages.mes
src/hooks/dhcp/bootp/bootp_messages.mes
src/hooks/dhcp/high_availability/ha_messages.mes
src/hooks/dhcp/mysql/mysql_cb_messages.mes
src/hooks/dhcp/mysql/mysql_fb_messages.mes
src/hooks/dhcp/mysql/mysql_hb_messages.mes
src/hooks/dhcp/mysql/mysql_lb_messages.mes
src/hooks/dhcp/pgsql/pgsql_fb_messages.mes
src/hooks/dhcp/pgsql/pgsql_hb_messages.mes
src/hooks/dhcp/pgsql/pgsql_lb_messages.mes
src/hooks/dhcp/ping_check/ping_check_messages.mes
src/hooks/dhcp/radius/radius_messages.cc
src/hooks/dhcp/radius/radius_messages.mes
src/lib/config/config_messages.mes
src/lib/d2srv/d2_messages.mes
src/lib/database/db_messages.mes
src/lib/dhcpsrv/alloc_engine_messages.mes
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/testutils/generic_lease_mgr_unittest.cc
src/lib/eval/eval_messages.mes
src/lib/hooks/hooks_messages.mes

index 86e0de74668d7e8854200f74ed0ad1174e2d8201..7cb7cbe5f229d9565a70620663e42adb6fb249db 100644 (file)
@@ -111,8 +111,8 @@ reasons why a lease was not assigned. One of them may be a case when all
 pools require packet to belong to certain classes and the incoming packet
 didn't belong to any of them. Another case where this information may be
 useful is to point out that the pool reserved to a given class has run
-out of addresses. When you see this message, you may consider checking your
-pool size and your classification definitions.
+out of addresses. If this message is displayed, consider checking the
+pool size and the classification definitions.
 
 ALLOC_ENGINE_V4_ALLOC_FAIL_NO_POOLS
 ===================================
@@ -587,8 +587,8 @@ reasons why a lease was not assigned. One of them may be a case when all
 pools require packet to belong to certain classes and the incoming packet
 didn't belong to any of them. Another case where this information may be
 useful is to point out that the pool reserved to a given class has run
-out of addresses. When you see this message, you may consider checking your
-pool size and your classification definitions.
+out of addresses. If this message is displayed, you may consider checking the
+pool size and the classification definitions.
 
 ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS
 ===================================
@@ -695,7 +695,7 @@ ALLOC_ENGINE_V6_ALLOC_LEASES_NO_HR
 
 Logged at debug log level 40.
 This message is logged when the allocation engine is in the process of
-allocating leases for the client, there are no static reservations,
+allocating leases for the client and there are no static reservations,
 but lease(s) exist for the client. The allocation engine will remove
 leases which are reserved for other clients, and return all
 remaining leases to the client.
@@ -1278,7 +1278,7 @@ BOOTP_PACKET_OPTIONS_SKIPPED
     an error unpacking an option, caused subsequent options to be skipped: %1
 
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv4 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
@@ -3062,8 +3062,8 @@ CTRL_AGENT_HTTPS_SERVICE_REUSE_FAILED
 
     failed to reuse HTTPS service bound to address: %1 port: %2
 
-This error message indicates that the server has failed reusing existing
-HTTPS service on the specified address and port. The server can not switch from
+This error message indicates that the server has failed to reuse existing
+HTTPS service on the specified address and port. The server cannot switch from
 HTTPS to HTTP sockets using the same address and port.
 
 CTRL_AGENT_HTTPS_SERVICE_STARTED
@@ -3095,8 +3095,8 @@ CTRL_AGENT_HTTP_SERVICE_REUSE_FAILED
 
     failed to reuse HTTP service bound to address: %1 port: %2
 
-This error message indicates that the server has failed reusing existing
-HTTP service on the specified address and port. The server can not switch from
+This error message indicates that the server has failed to reuse existing
+HTTP service on the specified address and port. The server cannot switch from
 HTTP to HTTPS sockets using the same address and port.
 
 CTRL_AGENT_HTTP_SERVICE_STARTED
@@ -3233,7 +3233,7 @@ DATABASE_MYSQL_START_TRANSACTION
 
     starting new MySQL transaction
 
-A debug message issued when a new MySQL transaction is being started.
+This debug message is issued when a new MySQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -3328,7 +3328,7 @@ DATABASE_PGSQL_START_TRANSACTION
 
     starting a new PostgreSQL transaction
 
-A debug message issued when a new PostgreSQL transaction is being started.
+This debug message is issued when a new PostgreSQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -4432,7 +4432,7 @@ DHCP4_DEFERRED_OPTION_UNPACK_FAIL
     %1: An error unpacking the deferred option %2: %3
 
 Logged at debug log level 50.
-A debug message issued when deferred unpacking of an option failed, making it
+This debug message is issued when deferred unpacking of an option failed, making it
 to be left unpacked in the packet. The first argument is the option code,
 the second the error.
 
@@ -5182,7 +5182,7 @@ DHCP4_OPEN_SOCKET
     opening service sockets on port %1
 
 Logged at debug log level 0.
-A debug message issued during startup, this indicates that the DHCPv4
+This debug message is issued during startup, this indicates that the DHCPv4
 server is about to open sockets on the specified port.
 
 DHCP4_OPEN_SOCKETS_FAILED
@@ -5458,7 +5458,7 @@ DHCP4_PACKET_OPTIONS_SKIPPED
     %1: An error unpacking an option, caused subsequent options to be skipped: %2
 
 Logged at debug log level 50.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the packet.  The server will
 still attempt to service the packet.
 
@@ -6173,11 +6173,11 @@ DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED
 
 .. code-block:: text
 
-    All packets will be sent to source address of an incoming packet - use only for testing
+    All packets will be sent to the source address of an incoming packet - use only for testing
 
-This message is printed then KEA_TEST_SEND_RESPONSES_TO_SOURCE
-environment variable is set. It's causing Kea to send packets to
-source address of incoming packet. Usable just in testing environment
+This message is printed, then the KEA_TEST_SEND_RESPONSES_TO_SOURCE
+environment variable is set. It's causes Kea to send packets to the
+source address of the incoming packet. It is only usable in a testing environment
 to simulate multiple subnet traffic from single source.
 
 DHCP4_UNKNOWN_ADDRESS_REQUESTED
@@ -7088,7 +7088,7 @@ Logged at debug log level 40.
 This debug message is printed when a callout installed on the
 lease6_release hook point set the next step to SKIP. For this particular hook
 point, this setting by a callout instructs the server to not
-release a lease. If a client requested the release of multiples leases
+release a lease. If a client requested the release of multiple leases
 (by sending multiple IA options), the server will retain this particular
 lease and proceed with other releases as usual. The argument holds the
 client and transaction identification information.
@@ -7104,7 +7104,7 @@ Logged at debug log level 40.
 This debug message is printed when a callout installed on lease6_release
 hook point set the next step to SKIP value. For this particular hook point, that
 setting by a callout instructs the server to not release
-a lease. If client requested release of multiples leases (by sending
+a lease. If client requested release of multiple leases (by sending
 multiple IA options), the server will retain this particular lease and
 will proceed with other renewals as usual. The argument holds the
 client and transaction identification information.
@@ -7523,7 +7523,7 @@ DHCP6_OPEN_SOCKET
     opening service sockets on port %1
 
 Logged at debug log level 0.
-A debug message issued during startup, this indicates that the IPv6 DHCP
+This debug message is issued during startup, this indicates that the IPv6 DHCP
 server is about to open sockets on the specified port.
 
 DHCP6_OPEN_SOCKETS_FAILED
@@ -7652,7 +7652,7 @@ DHCP6_PACKET_OPTIONS_SKIPPED
     %1: An error unpacking an option, caused subsequent options to be skipped: %2
 
 Logged at debug log level 50.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the packet.  The server will
 server will still attempt to service the packet.
 
@@ -8572,7 +8572,7 @@ DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE
     enabling listening on all interfaces
 
 Logged at debug log level 40.
-A debug message issued when the server is being configured to listen on all
+This debug message is issued when the server is being configured to listen on all
 interfaces.
 
 DHCPSRV_CFGMGR_CFG_DHCP_DDNS
@@ -8583,7 +8583,7 @@ DHCPSRV_CFGMGR_CFG_DHCP_DDNS
     Setting DHCP-DDNS configuration to: %1
 
 Logged at debug log level 40.
-A debug message issued when the server's DHCP-DDNS settings are changed.
+This debug message is issued when the server's DHCP-DDNS settings are changed.
 
 DHCPSRV_CFGMGR_CONFIG4_MERGED
 =============================
@@ -9067,7 +9067,7 @@ DHCPSRV_DDNS_TTL_TOO_LARGE
     %1 of lease life time %2 is %3, using maximum of %4 instead.
 
 Logged at debug log level 55.
-A debug message issued when the DDNS TTL value calculated using the
+This debug message is issued when the DDNS TTL value calculated using the
 ddns-ttl-percent if specified or (0.33 if not) is larger than the
 the specified value of ddns-ttl-max. Kea will ignore the value and
 use the specified maximum instead. The message details include
@@ -9082,7 +9082,7 @@ DHCPSRV_DDNS_TTL_TOO_SMALL
     %1 of lease life time %2 is %3, using minimum of %4 instead.
 
 Logged at debug log level 55.
-A debug message issued when the DDNS TTL value calculated using the
+This debug message is issued when the DDNS TTL value calculated using the
 ddns-ttl-percent if specified or (0.33 if not) is too small.  Kea will
 ignore the value and use the minimum (ddns-ttl-min if specified or 600
 seconds if not). The message details include the percentage, the lease
@@ -9140,7 +9140,7 @@ DHCPSRV_DHCP_DDNS_NCR_SENT
     NameChangeRequest sent to kea-dhcp-ddns: %1
 
 Logged at debug log level 50.
-A debug message issued when a NameChangeRequest has been successfully sent to
+This debug message is issued when a NameChangeRequest has been successfully sent to
 kea-dhcp-ddns.
 
 DHCPSRV_DHCP_DDNS_SENDER_STARTED
@@ -9490,7 +9490,7 @@ DHCPSRV_MEMFILE_ADD_ADDR4
     adding IPv4 lease with address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the memory file backend database.
 
 DHCPSRV_MEMFILE_ADD_ADDR6
@@ -9501,7 +9501,7 @@ DHCPSRV_MEMFILE_ADD_ADDR6
     adding IPv6 lease with address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the memory file backend database.
 
 DHCPSRV_MEMFILE_BEGIN_BUILD_EXTENDED_INFO_TABLES6
@@ -9512,7 +9512,7 @@ DHCPSRV_MEMFILE_BEGIN_BUILD_EXTENDED_INFO_TABLES6
     building extended info tables with %1 sanity check level, tables %2
 
 Logged at debug log level 40.
-A debug message issued when the server is building extended info tables.
+This debug message is issued when the server is building extended info tables.
 The extended info sanity check level and the fact tables are enabled
 or disabled are displayed.
 
@@ -9524,7 +9524,7 @@ DHCPSRV_MEMFILE_BEGIN_EXTRACT_EXTENDED_INFO4
     extract extended info with %1 sanity check level%2
 
 Logged at debug log level 40.
-A debug message issued when the server is extracting extended info.
+This debug message is issued when the server is extracting extended info.
 The extended info sanity check level and update in file when requested
 are displayed.
 
@@ -9592,7 +9592,7 @@ DHCPSRV_MEMFILE_DELETE_ADDR4
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease
+This debug message is issued when the server is attempting to delete a lease
 for the specified address from the memory file database for the specified
 address.
 
@@ -9604,7 +9604,7 @@ DHCPSRV_MEMFILE_DELETE_ADDR6
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease
+This debug message is issued when the server is attempting to delete a lease
 for the specified address from the memory file database for the specified
 address.
 
@@ -9616,7 +9616,7 @@ DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED4
     deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -9629,7 +9629,7 @@ DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED6
     deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -9642,7 +9642,7 @@ DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED_START
     starting deletion of %1 expired-reclaimed leases
 
 Logged at debug log level 50.
-A debug message issued when the server has found expired-reclaimed
+This debug message is issued when the server has found expired-reclaimed
 leases to be removed. The number of leases to be removed is logged
 in the message.
 
@@ -9665,7 +9665,7 @@ DHCPSRV_MEMFILE_EXTRACT_EXTENDED_INFO4_ERROR
     extracting extended info got an exception on the lease for %1: %2
 
 Logged at debug log level 40.
-A debug message issued when the server is extracting extended info and
+This debug message is issued when the server is extracting extended info and
 receives an exception processing a lease.
 
 DHCPSRV_MEMFILE_FAILED_TO_OPEN
@@ -9690,7 +9690,7 @@ DHCPSRV_MEMFILE_GET4
     obtaining all IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the memory file database.
 
 DHCPSRV_MEMFILE_GET6
@@ -9701,7 +9701,7 @@ DHCPSRV_MEMFILE_GET6
     obtaining all IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the memory file database.
 
 DHCPSRV_MEMFILE_GET6_DUID
@@ -9712,7 +9712,7 @@ DHCPSRV_MEMFILE_GET6_DUID
     obtaining IPv6 leases for DUID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain IPv6
+This debug message is issued when the server is attempting to obtain IPv6
 leases from the memory file database for the DUID.
 
 DHCPSRV_MEMFILE_GET_ADDR4
@@ -9723,7 +9723,7 @@ DHCPSRV_MEMFILE_GET_ADDR4
     obtaining IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for the specified address.
 
 DHCPSRV_MEMFILE_GET_ADDR6
@@ -9734,7 +9734,7 @@ DHCPSRV_MEMFILE_GET_ADDR6
     obtaining IPv6 lease for address %1 and lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the memory file database for the specified address.
 
 DHCPSRV_MEMFILE_GET_CLIENTID
@@ -9745,7 +9745,7 @@ DHCPSRV_MEMFILE_GET_CLIENTID
     obtaining IPv4 leases for client ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 client identification.
 
@@ -9757,7 +9757,7 @@ DHCPSRV_MEMFILE_GET_EXPIRED4
     obtaining maximum %1 of expired IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -9769,7 +9769,7 @@ DHCPSRV_MEMFILE_GET_EXPIRED6
     obtaining maximum %1 of expired IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -9781,7 +9781,7 @@ DHCPSRV_MEMFILE_GET_HOSTNAME4
     obtaining IPv4 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 hostname.
 
@@ -9793,7 +9793,7 @@ DHCPSRV_MEMFILE_GET_HOSTNAME6
     obtaining IPv6 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv6 leases from the memory file database for a client with the specified
 hostname.
 
@@ -9805,7 +9805,7 @@ DHCPSRV_MEMFILE_GET_HWADDR4
     obtaining IPv4 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 hardware address.
 
@@ -9817,7 +9817,7 @@ DHCPSRV_MEMFILE_GET_HWADDR6
     obtaining IPv6 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv6 leases from the memory file database for a client with the specified
 hardware address.
 
@@ -9829,7 +9829,7 @@ DHCPSRV_MEMFILE_GET_IAID_DUID
     obtaining IPv6 leases for IAID %1 and DUID %2 and lease type %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the memory file database for a client with the specified IAID
 (Identity Association ID) and DUID (DHCP Unique Identifier).
 
@@ -9841,7 +9841,7 @@ DHCPSRV_MEMFILE_GET_IAID_SUBID_DUID
     obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3 and lease type %4
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the memory file database for a client with the specified IAID
 (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
 
@@ -9853,7 +9853,7 @@ DHCPSRV_MEMFILE_GET_PAGE4
     obtaining at most %1 IPv4 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 DHCPSRV_MEMFILE_GET_PAGE6
@@ -9864,7 +9864,7 @@ DHCPSRV_MEMFILE_GET_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 DHCPSRV_MEMFILE_GET_RELAYID4
@@ -9875,7 +9875,7 @@ DHCPSRV_MEMFILE_GET_RELAYID4
     obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
@@ -9887,7 +9887,7 @@ DHCPSRV_MEMFILE_GET_RELAYID6
     obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 DHCPSRV_MEMFILE_GET_REMOTEID4
@@ -9898,7 +9898,7 @@ DHCPSRV_MEMFILE_GET_REMOTEID4
     obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and
 client transaction time between start and end dates.
 
@@ -9910,7 +9910,7 @@ DHCPSRV_MEMFILE_GET_REMOTEID6
     obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 DHCPSRV_MEMFILE_GET_SUBID4
@@ -9921,7 +9921,7 @@ DHCPSRV_MEMFILE_GET_SUBID4
     obtaining IPv4 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the memory file database.
 
 DHCPSRV_MEMFILE_GET_SUBID6
@@ -9932,7 +9932,7 @@ DHCPSRV_MEMFILE_GET_SUBID6
     obtaining IPv6 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the memory file database.
 
 DHCPSRV_MEMFILE_GET_SUBID_CLIENTID
@@ -9943,7 +9943,7 @@ DHCPSRV_MEMFILE_GET_SUBID_CLIENTID
     obtaining IPv4 lease for subnet ID %1 and client ID %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for a client with the specified
 subnet ID and client ID.
 
@@ -9955,7 +9955,7 @@ DHCPSRV_MEMFILE_GET_SUBID_HWADDR
     obtaining IPv4 lease for subnet ID %1 and hardware address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for a client with the specified
 subnet ID and hardware address.
 
@@ -9967,7 +9967,7 @@ DHCPSRV_MEMFILE_GET_SUBID_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the memory file database beginning with the specified
 address for a given subnet identifier.
 
@@ -9990,7 +9990,7 @@ DHCPSRV_MEMFILE_LEASE_LOAD
     loading lease %1
 
 Logged at debug log level 55.
-A debug message issued when DHCP lease is being loaded from the file to memory.
+This debug message is issued when DHCP lease is being loaded from the file to memory.
 
 DHCPSRV_MEMFILE_LEASE_LOAD_ROW_ERROR
 ====================================
@@ -10201,7 +10201,7 @@ DHCPSRV_MEMFILE_UPDATE_ADDR4
     updating IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the memory file database for the specified address.
 
 DHCPSRV_MEMFILE_UPDATE_ADDR6
@@ -10212,7 +10212,7 @@ DHCPSRV_MEMFILE_UPDATE_ADDR6
     updating IPv6 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the memory file database for the specified address.
 
 DHCPSRV_MEMFILE_WIPE_LEASES4
@@ -10389,7 +10389,7 @@ DHCPSRV_SUBNET4O6_SELECT_FAILED
     Failed to select any subnet for the DHCPv4o6 packet
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select any subnet for the
+This debug message is issued when the server was unable to select any subnet for the
 DHCPv4o6 packet.
 
 DHCPSRV_SUBNET4_SELECT_BY_ADDRESS_NO_MATCH
@@ -10400,7 +10400,7 @@ DHCPSRV_SUBNET4_SELECT_BY_ADDRESS_NO_MATCH
     No subnet matches address: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified address.
 
 DHCPSRV_SUBNET4_SELECT_BY_INTERFACE_NO_MATCH
@@ -10411,7 +10411,7 @@ DHCPSRV_SUBNET4_SELECT_BY_INTERFACE_NO_MATCH
     No subnet matches interface: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface name.
 
 DHCPSRV_SUBNET4_SELECT_BY_RELAY_ADDRESS_NO_MATCH
@@ -10422,7 +10422,7 @@ DHCPSRV_SUBNET4_SELECT_BY_RELAY_ADDRESS_NO_MATCH
     No subnet matches relay address: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified relay address.
 
 DHCPSRV_SUBNET4_SELECT_NO_RAI_OPTIONS
@@ -10433,7 +10433,7 @@ DHCPSRV_SUBNET4_SELECT_NO_RAI_OPTIONS
     No RAI options found to use for subnet selection.
 
 Logged at debug log level 40.
-A debug message issued by the server when the client query does not include RAI
+This debug message is issued by the server when the client query does not include RAI
 options suitable for use with subnet selection.
 
 DHCPSRV_SUBNET4_SELECT_NO_RELAY_ADDRESS
@@ -10444,7 +10444,7 @@ DHCPSRV_SUBNET4_SELECT_NO_RELAY_ADDRESS
     Relay address (giaddr) in client packet is empty.
 
 Logged at debug log level 40.
-A debug message issued when no relay address was specified to use for subnet
+This debug message is issued when no relay address was specified to use for subnet
 selection.
 
 DHCPSRV_SUBNET4_SELECT_NO_USABLE_ADDRESS
@@ -10455,7 +10455,7 @@ DHCPSRV_SUBNET4_SELECT_NO_USABLE_ADDRESS
     No subnet selected because no suitable address to use for subnet selection was found.
 
 Logged at debug log level 40.
-A debug message issued when the server could not find a suitable address to use for
+This debug message is issued when the server could not find a suitable address to use for
 subnet selection.
 
 DHCPSRV_SUBNET6_SELECT_BY_ADDRESS_NO_MATCH
@@ -10466,7 +10466,7 @@ DHCPSRV_SUBNET6_SELECT_BY_ADDRESS_NO_MATCH
     No subnet matches address: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified address.
 
 DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_ID_NO_MATCH
@@ -10477,7 +10477,7 @@ DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_ID_NO_MATCH
     No subnet matches interface id: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface id.
 
 DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_NO_MATCH
@@ -10488,7 +10488,7 @@ DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_NO_MATCH
     No subnet matches interface: %1
 
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface name.
 
 DHCPSRV_TEMPLATE_EVAL_ERROR
@@ -10533,7 +10533,7 @@ DHCPSRV_TIMERMGR_REGISTER_TIMER
     registering timer: %1, using interval: %2 ms
 
 Logged at debug log level 40.
-A debug message issued when the new interval timer is registered in
+This debug message is issued when the new interval timer is registered in
 the Timer Manager. This timer will have a callback function
 associated with it, and this function will be executed according
 to the interval specified. The unique name of the timer and the
@@ -10548,7 +10548,7 @@ DHCPSRV_TIMERMGR_RUN_TIMER_OPERATION
     running operation for timer: %1
 
 Logged at debug log level 50.
-A debug message issued when the Timer Manager is about to
+This debug message is issued when the Timer Manager is about to
 run a periodic operation associated with the given timer.
 An example of such operation is a periodic cleanup of
 expired leases. The name of the timer is included in the
@@ -10562,7 +10562,7 @@ DHCPSRV_TIMERMGR_START_TIMER
     starting timer: %1
 
 Logged at debug log level 40.
-A debug message issued when the registered interval timer is
+This debug message is issued when the registered interval timer is
 being started. If this operation is successful the timer will
 periodically execute the operation associated with it. The
 name of the started timer is included in the message.
@@ -10575,7 +10575,7 @@ DHCPSRV_TIMERMGR_STOP_TIMER
     stopping timer: %1
 
 Logged at debug log level 40.
-A debug message issued when the registered interval timer is
+This debug message is issued when the registered interval timer is
 being stopped. The timer remains registered and can be restarted
 if necessary. The name of the timer is included in the message.
 
@@ -10587,7 +10587,7 @@ DHCPSRV_TIMERMGR_UNREGISTER_ALL_TIMERS
     unregistering all timers
 
 Logged at debug log level 40.
-A debug message issued when all registered interval timers are
+This debug message is issued when all registered interval timers are
 being unregistered from the Timer Manager.
 
 DHCPSRV_TIMERMGR_UNREGISTER_TIMER
@@ -10598,7 +10598,7 @@ DHCPSRV_TIMERMGR_UNREGISTER_TIMER
     unregistering timer: %1
 
 Logged at debug log level 40.
-A debug message issued when one of the registered interval timers
+This debug message is issued when one of the registered interval timers
 is unregistered from the Timer Manager. The name of the timer is
 included in the message.
 
@@ -11609,7 +11609,7 @@ DHCP_DDNS_RUN_EXIT
 
 Logged at debug log level 0.
 This is a debug message issued when the DHCP-DDNS server exits its
-event loop
+event loop.
 
 DHCP_DDNS_SECURITY_CHECKS_DISABLED
 ==================================
@@ -11829,7 +11829,7 @@ EVAL_DEBUG_AND
 
 Logged at debug log level 55.
 This debug message indicates that two values are popped from
-the value stack.  They are then combined via logical and and
+the value stack.  They are then combined via logical "and" and
 the result is pushed onto the value stack.
 
 EVAL_DEBUG_BRANCH
@@ -12038,7 +12038,7 @@ EVAL_DEBUG_OR
 
 Logged at debug log level 55.
 This debug message indicates that two values are popped from
-the value stack.  They are then combined via logical or and
+the value stack.  They are then combined via logical "or" and
 the result is pushed onto the value stack. The string is displayed
 in text.
 
@@ -13030,7 +13030,7 @@ GSS_TSIG_VERIFIED
     GSS-TSIG verify succeeded.
 
 Logged at debug log level 40.
-A debug message issued when GSS-TSIG verification succeeded.
+This debug message is issued when GSS-TSIG verification succeeded.
 
 GSS_TSIG_VERIFY_FAILED
 ======================
@@ -13080,7 +13080,7 @@ HA_BUFFER4_RECEIVE_PACKET_OPTIONS_SKIPPED
     an error unpacking an option, caused subsequent options to be skipped: %1
 
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv4 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
@@ -13133,7 +13133,7 @@ HA_BUFFER6_RECEIVE_PACKET_OPTIONS_SKIPPED
     an error unpacking an option, caused subsequent options to be skipped: %1
 
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv6 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
@@ -14640,7 +14640,7 @@ HOOKS_ALL_CALLOUTS_DEREGISTERED
     hook library at index %1 removed all callouts on hook %2
 
 Logged at debug log level 55.
-A debug message issued when all callouts on the specified hook registered
+This debug message is issued when all callouts on the specified hook registered
 by the library with the given index were removed.  This is similar to
 the HOOKS_CALLOUTS_REMOVED message (and the two are likely to be seen
 together), but is issued at a lower-level in the hook framework.
@@ -14704,7 +14704,7 @@ HOOKS_CALLOUT_DEREGISTERED
     hook library at index %1 deregistered a callout on hook %2
 
 Logged at debug log level 55.
-A debug message issued when all instances of a particular callouts on
+This debug message is issued when all instances of a particular callouts on
 the hook identified in the message that were registered by the library
 with the given index have been removed.
 
@@ -14836,7 +14836,7 @@ HOOKS_LIBRARY_MULTI_THREADING_COMPATIBLE
     hooks library %1 reports its multi-threading compatibility as %2
 
 Logged at debug log level 45.
-A debug message issued when the "multi_threading_compatible" function was
+This debug message is issued when the "multi_threading_compatible" function was
 called. The returned value (0 means not compatible, others compatible)
 is displayed.
 
@@ -16815,8 +16815,8 @@ HTTP_COMMAND_MGR_HTTPS_SERVICE_REUSE_FAILED
 
     failed to reused HTTPS service bound to address: %1 port: %2
 
-This error message indicates that the server has failed reusing existing
-HTTPS service on the specified address and port. The server can not swith from
+This error message indicates that the server has failed to reuse existing
+HTTPS service on the specified address and port. The server cannot swith from
 HTTPS to HTTP sockets using the same address and port.
 
 HTTP_COMMAND_MGR_HTTPS_SERVICE_UPDATED
@@ -16837,8 +16837,8 @@ HTTP_COMMAND_MGR_HTTP_SERVICE_REUSE_FAILED
 
     failed to reused HTTP service bound to address: %1 port: %2
 
-This error message indicates that the server has failed reusing existing
-HTTP service on the specified address and port. The server can not swith from
+This error message indicates that the server has failed to reuse existing
+HTTP service on the specified address and port. The server cannot swith from
 HTTP to HTTPS sockets using the same address and port.
 
 HTTP_COMMAND_MGR_HTTP_SERVICE_UPDATED
@@ -17727,7 +17727,7 @@ LEGAL_LOG_MYSQL_GET_VERSION
     obtaining schema version information
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL database.
 
 LEGAL_LOG_MYSQL_INSERT_LOG
@@ -17779,7 +17779,7 @@ LEGAL_LOG_MYSQL_START_TRANSACTION
 
     starting new MySQL transaction
 
-A debug message issued when a new MySQL transaction is being started.
+This debug message is issued when a new MySQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -17795,7 +17795,7 @@ LEGAL_LOG_MYSQL_TLS_CIPHER
     TLS cipher: %1
 
 Logged at debug log level 50.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 LEGAL_LOG_PATH_SECURITY_WARNING
@@ -17859,7 +17859,7 @@ LEGAL_LOG_PGSQL_DEALLOC_ERROR
 
     An error occurred deallocating SQL statements while closing the PostgreSQL log database: %1
 
-This is an error message issued when a legal log hook library experienced
+This is an error message issued when the legal log hook library experienced
 an error freeing database SQL resources as part of closing its connection to
 the PostgreSQL database.  The connection is closed as part of normal server
 shutdown.  This error is most likely a programmatic issue that is highly
@@ -17884,7 +17884,7 @@ LEGAL_LOG_PGSQL_GET_VERSION
     obtaining schema version information
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL database.
 
 LEGAL_LOG_PGSQL_INSERT_LOG
@@ -17926,7 +17926,7 @@ LEGAL_LOG_PGSQL_START_TRANSACTION
 
     starting a new PostgreSQL transaction
 
-A debug message issued when a new PostgreSQL transaction is being started.
+This debug message is issued when a new PostgreSQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -20492,7 +20492,7 @@ MYSQL_CB_TLS_CIPHER
     TLS cipher: %1
 
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 MYSQL_CB_UNREGISTER_BACKEND_TYPE4
@@ -20532,7 +20532,7 @@ MYSQL_FB_DB
 
     opening MySQL log database: %1
 
-This informational message is logged when a legal log hook library is
+This informational message is logged when the legal log hook library is
 about to open a MySQL log database.  The parameters of the
 connection including database name and username needed to access it
 (but not the password if any) are logged.
@@ -20557,7 +20557,7 @@ MYSQL_HB_DB_GET_VERSION
     obtaining schema version information for the MySQL hosts database
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL hosts database.
 
 MYSQL_HB_DB_READONLY
@@ -20620,7 +20620,7 @@ MYSQL_HB_TLS_CIPHER
     TLS cipher: %1
 
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 MYSQL_INIT_OK
@@ -20641,7 +20641,7 @@ MYSQL_LB_ADD_ADDR4
     adding IPv4 lease with address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the MySQL backend database.
 
 MYSQL_LB_ADD_ADDR6
@@ -20652,7 +20652,7 @@ MYSQL_LB_ADD_ADDR6
     adding IPv6 lease with address %1, lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the MySQL backend database.
 
 MYSQL_LB_COMMIT
@@ -20717,7 +20717,7 @@ MYSQL_LB_DELETED_EXPIRED_RECLAIMED
     deleted %1 reclaimed leases from the database
 
 Logged at debug log level 50.
-A debug message issued when the server has removed a number of reclaimed
+This debug message is issued when the server has removed a number of reclaimed
 leases from the database. The number of removed leases is included in the
 message.
 
@@ -20729,7 +20729,7 @@ MYSQL_LB_DELETED_SUBNET4_ID
     deleted %1 leases that match subnet ID %2.
 
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 MYSQL_LB_DELETED_SUBNET6_ID
@@ -20740,7 +20740,7 @@ MYSQL_LB_DELETED_SUBNET6_ID
     deleted %1 leases that match subnet ID %2.
 
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 MYSQL_LB_DELETE_ADDR4
@@ -20751,7 +20751,7 @@ MYSQL_LB_DELETE_ADDR4
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the MySQL database for the specified address.
 
 MYSQL_LB_DELETE_ADDR6
@@ -20762,7 +20762,7 @@ MYSQL_LB_DELETE_ADDR6
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the MySQL database for the specified address.
 
 MYSQL_LB_DELETE_EXPIRED_RECLAIMED4
@@ -20773,7 +20773,7 @@ MYSQL_LB_DELETE_EXPIRED_RECLAIMED4
     deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -20786,7 +20786,7 @@ MYSQL_LB_DELETE_EXPIRED_RECLAIMED6
     deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -20799,7 +20799,7 @@ MYSQL_LB_GET4
     obtaining all IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the MySQL database.
 
 MYSQL_LB_GET6
@@ -20810,7 +20810,7 @@ MYSQL_LB_GET6
     obtaining all IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the MySQL database.
 
 MYSQL_LB_GET_ADDR4
@@ -20821,7 +20821,7 @@ MYSQL_LB_GET_ADDR4
     obtaining IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for the specified address.
 
 MYSQL_LB_GET_ADDR6
@@ -20832,7 +20832,7 @@ MYSQL_LB_GET_ADDR6
     obtaining IPv6 lease for address %1, lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for the specified address.
 
 MYSQL_LB_GET_CLIENTID
@@ -20843,7 +20843,7 @@ MYSQL_LB_GET_CLIENTID
     obtaining IPv4 leases for client ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 client identification.
 
@@ -20855,7 +20855,7 @@ MYSQL_LB_GET_DUID
     obtaining IPv6 lease for duid %1,
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for the specified duid.
 
 MYSQL_LB_GET_EXPIRED4
@@ -20866,7 +20866,7 @@ MYSQL_LB_GET_EXPIRED4
     obtaining maximum %1 of expired IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -20878,7 +20878,7 @@ MYSQL_LB_GET_EXPIRED6
     obtaining maximum %1 of expired IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -20890,7 +20890,7 @@ MYSQL_LB_GET_HOSTNAME4
     obtaining IPv4 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 hostname.
 
@@ -20902,7 +20902,7 @@ MYSQL_LB_GET_HOSTNAME6
     obtaining IPv6 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database for a client with the specified
 hostname.
 
@@ -20914,7 +20914,7 @@ MYSQL_LB_GET_HWADDR4
     obtaining IPv4 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 hardware address.
 
@@ -20926,7 +20926,7 @@ MYSQL_LB_GET_HWADDR6
     obtaining IPv6 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database for a client with the specified
 hardware address.
 
@@ -20938,7 +20938,7 @@ MYSQL_LB_GET_IAID_DUID
     obtaining IPv6 leases for IAID %1, DUID %2, lease type %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the MySQL database for a client with the specified IAID (Identity
 Association ID) and DUID (DHCP Unique Identifier).
 
@@ -20950,7 +20950,7 @@ MYSQL_LB_GET_IAID_SUBID_DUID
     obtaining IPv6 leases for IAID %1, subnet ID %2, DUID %3, lease type %4
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for a client with the specified IAID
 (Identity Association ID), subnet ID and DUID (DHCP Unique Identifier).
 
@@ -20962,7 +20962,7 @@ MYSQL_LB_GET_PAGE4
     obtaining at most %1 IPv4 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 MYSQL_LB_GET_PAGE6
@@ -20973,7 +20973,7 @@ MYSQL_LB_GET_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 MYSQL_LB_GET_RELAYID4
@@ -20984,7 +20984,7 @@ MYSQL_LB_GET_RELAYID4
     obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
@@ -20996,7 +20996,7 @@ MYSQL_LB_GET_RELAYID6
     obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 MYSQL_LB_GET_REMOTEID4
@@ -21007,7 +21007,7 @@ MYSQL_LB_GET_REMOTEID4
     obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and client
 transaction time between start and end dates.
 
@@ -21019,7 +21019,7 @@ MYSQL_LB_GET_REMOTEID6
     obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 MYSQL_LB_GET_STATE4
@@ -21030,7 +21030,7 @@ MYSQL_LB_GET_STATE4
     obtaining IPv4 leases with state %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database with the specified state.
 
 MYSQL_LB_GET_STATE6
@@ -21041,7 +21041,7 @@ MYSQL_LB_GET_STATE6
     obtaining IPv6 leases with state %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database with the specified state.
 
 MYSQL_LB_GET_STATE_SUBID4
@@ -21052,7 +21052,7 @@ MYSQL_LB_GET_STATE_SUBID4
     obtaining IPv4 leases with state %1 in subnet %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database with the specified state in
 the specified subnet.
 
@@ -21064,7 +21064,7 @@ MYSQL_LB_GET_STATE_SUBID6
     obtaining IPv6 leases with state %1 in subnet %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database with the specified state in
 the specified subnet.
 
@@ -21076,7 +21076,7 @@ MYSQL_LB_GET_SUBID4
     obtaining IPv4 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the MySQL database.
 
 MYSQL_LB_GET_SUBID6
@@ -21087,7 +21087,7 @@ MYSQL_LB_GET_SUBID6
     obtaining IPv6 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the MySQL database.
 
 MYSQL_LB_GET_SUBID_CLIENTID
@@ -21098,7 +21098,7 @@ MYSQL_LB_GET_SUBID_CLIENTID
     obtaining IPv4 lease for subnet ID %1 and client ID %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for a client with the specified subnet ID
 and client ID.
 
@@ -21110,7 +21110,7 @@ MYSQL_LB_GET_SUBID_HWADDR
     obtaining IPv4 lease for subnet ID %1 and hardware address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for a client with the specified subnet ID
 and hardware address.
 
@@ -21122,7 +21122,7 @@ MYSQL_LB_GET_SUBID_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the MySQL database beginning with the specified address
 for the specified subnet identifier.
 
@@ -21134,7 +21134,7 @@ MYSQL_LB_GET_VERSION
     obtaining schema version information
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL database.
 
 MYSQL_LB_NEGATIVE_LEASES_STAT
@@ -21178,7 +21178,7 @@ MYSQL_LB_TLS_CIPHER
     TLS cipher: %1
 
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 MYSQL_LB_UPDATE_ADDR4
@@ -21189,7 +21189,7 @@ MYSQL_LB_UPDATE_ADDR4
     updating IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the MySQL database for the specified address.
 
 MYSQL_LB_UPDATE_ADDR6
@@ -21200,7 +21200,7 @@ MYSQL_LB_UPDATE_ADDR6
     updating IPv6 lease for address %1, lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the MySQL database for the specified address.
 
 MYSQL_LB_UPGRADE_EXTENDED_INFO4
@@ -21222,7 +21222,7 @@ MYSQL_LB_UPGRADE_EXTENDED_INFO4_ERROR
     upgrading extending info for IPv4 lease at %1 failed with %2
 
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade an extended info.
+This debug message is issued when the server failed to upgrade an extended info.
 The address of the lease and the error message are displayed.
 
 MYSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE
@@ -21233,7 +21233,7 @@ MYSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE
     upgrading IPv4 lease extended info at page %1 starting at %2 (updated %3)
 
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv4 lease extended info.
+This debug message is issued when the server upgrades IPv4 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -21256,7 +21256,7 @@ MYSQL_LB_UPGRADE_EXTENDED_INFO6_ERROR
     upgrading extending info for IPv6 lease at %1 failed with %2
 
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade the extended info
+This debug message is issued when the server failed to upgrade the extended info
 for a lease. The address of the lease and the error message are displayed.
 
 MYSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE
@@ -21267,7 +21267,7 @@ MYSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE
     upgrading IPv6 lease extended info at page %1 starting at %2 (updated %3)
 
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv6 lease extended info.
+This debug message is issued when the server upgrades IPv6 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -23748,7 +23748,7 @@ PGSQL_FB_DB
 
     opening PostgreSQL log database: %1
 
-This informational message is logged when a legal log hook library is
+This informational message is logged when the legal log hook library is
 about to open a PostgreSQL log database.  The parameters of the
 connection including database name and username needed to access it
 (but not the password if any) are logged.
@@ -23773,7 +23773,7 @@ PGSQL_HB_DB_GET_VERSION
     obtaining schema version information for the PostgreSQL hosts database
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL hosts database.
 
 PGSQL_HB_DB_READONLY
@@ -23836,7 +23836,7 @@ PGSQL_LB_ADD_ADDR4
     adding IPv4 lease with address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the PostgreSQL backend database.
 
 PGSQL_LB_ADD_ADDR6
@@ -23847,7 +23847,7 @@ PGSQL_LB_ADD_ADDR6
     adding IPv6 lease with address %1, lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the PostgreSQL backend database.
 
 PGSQL_LB_COMMIT
@@ -23912,7 +23912,7 @@ PGSQL_LB_DELETED_SUBNET4_ID
     deleted %1 leases that match subnet ID %2.
 
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 PGSQL_LB_DELETED_SUBNET6_ID
@@ -23923,7 +23923,7 @@ PGSQL_LB_DELETED_SUBNET6_ID
     deleted %1 leases that match subnet ID %2.
 
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 PGSQL_LB_DELETE_ADDR4
@@ -23934,7 +23934,7 @@ PGSQL_LB_DELETE_ADDR4
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the PostgreSQL database for the specified address.
 
 PGSQL_LB_DELETE_ADDR6
@@ -23945,7 +23945,7 @@ PGSQL_LB_DELETE_ADDR6
     deleting lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the PostgreSQL database for the specified address.
 
 PGSQL_LB_DELETE_EXPIRED_RECLAIMED4
@@ -23956,7 +23956,7 @@ PGSQL_LB_DELETE_EXPIRED_RECLAIMED4
     deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -23969,7 +23969,7 @@ PGSQL_LB_DELETE_EXPIRED_RECLAIMED6
     deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
@@ -23982,7 +23982,7 @@ PGSQL_LB_GET4
     obtaining all IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the PostgreSQL database.
 
 PGSQL_LB_GET6
@@ -23993,7 +23993,7 @@ PGSQL_LB_GET6
     obtaining all IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the PostgreSQL database.
 
 PGSQL_LB_GET_ADDR4
@@ -24004,7 +24004,7 @@ PGSQL_LB_GET_ADDR4
     obtaining IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for the specified address.
 
 PGSQL_LB_GET_ADDR6
@@ -24015,7 +24015,7 @@ PGSQL_LB_GET_ADDR6
     obtaining IPv6 lease for address %1 (lease type %2)
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the PostgreSQL database for the specified address.
 
 PGSQL_LB_GET_CLIENTID
@@ -24026,7 +24026,7 @@ PGSQL_LB_GET_CLIENTID
     obtaining IPv4 leases for client ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 client identification.
 
@@ -24038,7 +24038,7 @@ PGSQL_LB_GET_DUID
     obtaining IPv6 leases for DUID %1,
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the PostgreSQL database for a client with the specified DUID (DHCP Unique Identifier).
 
 PGSQL_LB_GET_EXPIRED4
@@ -24049,7 +24049,7 @@ PGSQL_LB_GET_EXPIRED4
     obtaining maximum %1 of expired IPv4 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -24061,7 +24061,7 @@ PGSQL_LB_GET_EXPIRED6
     obtaining maximum %1 of expired IPv6 leases
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
@@ -24073,7 +24073,7 @@ PGSQL_LB_GET_HOSTNAME4
     obtaining IPv4 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 hostname.
 
@@ -24085,7 +24085,7 @@ PGSQL_LB_GET_HOSTNAME6
     obtaining IPv6 leases for hostname %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database for a client with the specified
 hostname.
 
@@ -24097,7 +24097,7 @@ PGSQL_LB_GET_HWADDR4
     obtaining IPv4 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 hardware address.
 
@@ -24109,7 +24109,7 @@ PGSQL_LB_GET_HWADDR6
     obtaining IPv6 leases for hardware address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database for a client with the specified
 hardware address.
 
@@ -24121,7 +24121,7 @@ PGSQL_LB_GET_IAID_DUID
     obtaining IPv4 leases for IAID %1 and DUID %2, lease type %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the PostgreSQL database for a client with the specified IAID
 (Identity Association ID) and DUID (DHCP Unique Identifier).
 
@@ -24133,7 +24133,7 @@ PGSQL_LB_GET_IAID_SUBID_DUID
     obtaining IPv4 leases for IAID %1, subnet ID %2, DUID %3, and lease type %4
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the PostgreSQL database for a client with the specified IAID
 (Identity Association ID), subnet ID and DUID (DHCP Unique Identifier).
 
@@ -24145,7 +24145,7 @@ PGSQL_LB_GET_PAGE4
     obtaining at most %1 IPv4 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 PGSQL_LB_GET_PAGE6
@@ -24156,7 +24156,7 @@ PGSQL_LB_GET_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 PGSQL_LB_GET_RELAYID4
@@ -24167,7 +24167,7 @@ PGSQL_LB_GET_RELAYID4
     obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
@@ -24179,7 +24179,7 @@ PGSQL_LB_GET_RELAYID6
     obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 PGSQL_LB_GET_REMOTEID4
@@ -24190,7 +24190,7 @@ PGSQL_LB_GET_REMOTEID4
     obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and client
 transaction time between start and end dates.
 
@@ -24202,7 +24202,7 @@ PGSQL_LB_GET_REMOTEID6
     obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 PGSQL_LB_GET_STATE4
@@ -24213,7 +24213,7 @@ PGSQL_LB_GET_STATE4
     obtaining IPv4 leases with state %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database with the specified state.
 
 PGSQL_LB_GET_STATE6
@@ -24224,7 +24224,7 @@ PGSQL_LB_GET_STATE6
     obtaining IPv6 leases with state %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database with the specified state.
 
 PGSQL_LB_GET_STATE_SUBID4
@@ -24235,7 +24235,7 @@ PGSQL_LB_GET_STATE_SUBID4
     obtaining IPv4 leases with state %1 in subnet %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database with the specified state in
 the specified subnet.
 
@@ -24247,7 +24247,7 @@ PGSQL_LB_GET_STATE_SUBID6
     obtaining IPv6 leases with state %1 in subnet %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database with the specified state in
 the specified subnet.
 
@@ -24259,7 +24259,7 @@ PGSQL_LB_GET_SUBID4
     obtaining IPv4 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the PostgreSQL database.
 
 PGSQL_LB_GET_SUBID6
@@ -24270,7 +24270,7 @@ PGSQL_LB_GET_SUBID6
     obtaining IPv6 leases for subnet ID %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the PostgreSQL database.
 
 PGSQL_LB_GET_SUBID_CLIENTID
@@ -24281,7 +24281,7 @@ PGSQL_LB_GET_SUBID_CLIENTID
     obtaining IPv4 lease for subnet ID %1 and client ID %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for a client with the specified subnet ID
 and client ID.
 
@@ -24293,7 +24293,7 @@ PGSQL_LB_GET_SUBID_HWADDR
     obtaining IPv4 lease for subnet ID %1 and hardware address %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for a client with the specified subnet ID
 and hardware address.
 
@@ -24305,7 +24305,7 @@ PGSQL_LB_GET_SUBID_PAGE6
     obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the PostgreSQL database beginning with the specified address
 for the specified subnet identifier.
 
@@ -24317,7 +24317,7 @@ PGSQL_LB_GET_VERSION
     obtaining schema version information
 
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL database.
 
 PGSQL_LB_NEGATIVE_LEASES_STAT
@@ -24351,7 +24351,7 @@ PGSQL_LB_UPDATE_ADDR4
     updating IPv4 lease for address %1
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the PostgreSQL database for the specified address.
 
 PGSQL_LB_UPDATE_ADDR6
@@ -24362,7 +24362,7 @@ PGSQL_LB_UPDATE_ADDR6
     updating IPv6 lease for address %1, lease type %2
 
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the PostgreSQL database for the specified address.
 
 PGSQL_LB_UPGRADE_EXTENDED_INFO4
@@ -24384,7 +24384,7 @@ PGSQL_LB_UPGRADE_EXTENDED_INFO4_ERROR
     upgrading extending info for IPv4 lease at %1 failed with %2
 
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade an extended info.
+This debug message is issued when the server failed to upgrade an extended info.
 The address of the lease and the error message are displayed.
 
 PGSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE
@@ -24395,7 +24395,7 @@ PGSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE
     upgrading IPv4 lease extended info at page %1 starting at %2 (updated %3)
 
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv4 lease extended info.
+This debug message is issued when the server upgrades IPv4 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -24418,7 +24418,7 @@ PGSQL_LB_UPGRADE_EXTENDED_INFO6_ERROR
     upgrading extending info for IPv6 lease at %1 failed with %2
 
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade the extended info
+This debug message is issued when the server failed to upgrade the extended info
 for a lease. The address of the lease and the error message are displayed.
 
 PGSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE
@@ -24429,7 +24429,7 @@ PGSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE
     upgrading IPv6 lease extended info at page %1 starting at %2 (updated %3)
 
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv6 lease extended info.
+This debug message is issued when the server upgrades IPv6 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -24886,7 +24886,7 @@ PING_CHECK_RESUME_FAILED
 This error message is emitted when an unexpected error occurred while
 attempting to resume operation of the ping channel's thread pool. This
 error is highly unlikely and indicates a programmatic issue that should
-be reported as defect.
+be reported as defect.
 
 PING_CHECK_UNEXPECTED_READ_ERROR
 ================================
@@ -25800,7 +25800,7 @@ RADIUS_RESUME_FAILED
 
 This error message is emitted when an unexpected error occurred while attempting
 to resume the thread pool. This error is highly unlikely and indicates a
-programmatic issue that should be reported as defect.
+programmatic issue that should be reported as defect.
 
 RADIUS_SERVER_CONFIGURED
 ========================
@@ -27258,7 +27258,7 @@ TKEY_EXCHANGE_ANSWER_CLASS
     GSS-TKEY exchange received a response with answer class: %1.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified answer class.
 
 TKEY_EXCHANGE_FAILED_TO_VERIFY
@@ -27268,7 +27268,7 @@ TKEY_EXCHANGE_FAILED_TO_VERIFY
 
     GSS-TKEY exchange failed because the response failed to verify.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 failed to verify.
 
 TKEY_EXCHANGE_FAIL_EMPTY_IN_TOKEN
@@ -27278,7 +27278,7 @@ TKEY_EXCHANGE_FAIL_EMPTY_IN_TOKEN
 
     GSS-TKEY exchange failed because input token is empty.
 
-This error message indicated that GSS-TKEY exchange failed because input token
+This error message indicates that the GSS-TKEY exchange failed because input token
 is empty.
 
 TKEY_EXCHANGE_FAIL_EMPTY_OUT_TOKEN
@@ -27288,7 +27288,7 @@ TKEY_EXCHANGE_FAIL_EMPTY_OUT_TOKEN
 
     GSS-TKEY exchange failed because output token is empty.
 
-This error message indicated that GSS-TKEY exchange failed because output token
+This error message indicates that the GSS-TKEY exchange failed because output token
 is empty.
 
 TKEY_EXCHANGE_FAIL_EMPTY_RESPONSE
@@ -27298,7 +27298,7 @@ TKEY_EXCHANGE_FAIL_EMPTY_RESPONSE
 
     GSS-TKEY exchange failed because the response is empty.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is empty.
 
 TKEY_EXCHANGE_FAIL_IO_ERROR
@@ -27308,7 +27308,7 @@ TKEY_EXCHANGE_FAIL_IO_ERROR
 
     GSS-TKEY exchange failed because of the IO error: %1.
 
-This error message indicated that GSS-TKEY exchange failed because of an IO error.
+This error message indicates that the GSS-TKEY exchange failed because of an IO error.
 The argument details the IO error.
 
 TKEY_EXCHANGE_FAIL_IO_STOPPED
@@ -27318,7 +27318,7 @@ TKEY_EXCHANGE_FAIL_IO_STOPPED
 
     GSS-TKEY exchange failed because the IO service was stopped.
 
-This error message indicated that GSS-TKEY exchange failed because the IO
+This error message indicates that the GSS-TKEY exchange failed because the IO
 service was stopped.
 
 TKEY_EXCHANGE_FAIL_IO_TIMEOUT
@@ -27328,7 +27328,7 @@ TKEY_EXCHANGE_FAIL_IO_TIMEOUT
 
     GSS-TKEY exchange failed because of IO timeout.
 
-This error message indicated that GSS-TKEY exchange failed because of IO
+This error message indicates that the GSS-TKEY exchange failed because of IO
 timeout.
 
 TKEY_EXCHANGE_FAIL_NOT_SIGNED
@@ -27338,7 +27338,7 @@ TKEY_EXCHANGE_FAIL_NOT_SIGNED
 
     GSS-TKEY exchange failed because the response is not signed.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is not signed.
 
 TKEY_EXCHANGE_FAIL_NO_RDATA
@@ -27348,7 +27348,7 @@ TKEY_EXCHANGE_FAIL_NO_RDATA
 
     GSS-TKEY exchange failed because the response contains no rdata.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains no rdata.
 
 TKEY_EXCHANGE_FAIL_NO_RESPONSE_ANSWER
@@ -27358,7 +27358,7 @@ TKEY_EXCHANGE_FAIL_NO_RESPONSE_ANSWER
 
     GSS-TKEY exchange failed because the response contains no answer.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains no answer.
 
 TKEY_EXCHANGE_FAIL_NULL_RESPONSE
@@ -27368,7 +27368,7 @@ TKEY_EXCHANGE_FAIL_NULL_RESPONSE
 
     GSS-TKEY exchange failed because the response is null.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is null.
 
 TKEY_EXCHANGE_FAIL_RESPONSE_ERROR
@@ -27378,7 +27378,7 @@ TKEY_EXCHANGE_FAIL_RESPONSE_ERROR
 
     GSS-TKEY exchange failed because the response contains an error: %1.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains an error. The argument details the response error.
 
 TKEY_EXCHANGE_FAIL_TKEY_ERROR
@@ -27388,7 +27388,7 @@ TKEY_EXCHANGE_FAIL_TKEY_ERROR
 
     GSS-TKEY exchange failed because the response contains TKEY error: %1.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains TKEY error. The argument details the TKEY error.
 
 TKEY_EXCHANGE_FAIL_TO_INIT
@@ -27398,7 +27398,7 @@ TKEY_EXCHANGE_FAIL_TO_INIT
 
     GSS-TKEY exchange failed to initialize because of the error: %1.
 
-This error message indicated that GSS-TKEY exchange failed in the
+This error message indicates that the GSS-TKEY exchange failed in the
 initialization phase, for instance because the server principal does not
 exist. The argument details the error.
 
@@ -27409,7 +27409,7 @@ TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_ANSWER_COUNT
 
     GSS-TKEY exchange failed because the response contains invalid number of RRs: %1.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains invalid number of RRs. The argument contains the wrong number of RRs.
 
 TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_ANSWER_TYPE
@@ -27419,7 +27419,7 @@ TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_ANSWER_TYPE
 
     GSS-TKEY exchange failed because the response contains wrong answer type: %1.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains wrong answer type. The argument contains the wrong answer type.
 
 TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_OPCODE
@@ -27429,7 +27429,7 @@ TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_OPCODE
 
     GSS-TKEY exchange failed because the response contains invalid opcode: %1.
 
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains invalid opcode. The argument contains the wrong opcode.
 
 TKEY_EXCHANGE_NOT_A_RESPONSE
@@ -27440,7 +27440,7 @@ TKEY_EXCHANGE_NOT_A_RESPONSE
     GSS-TKEY exchange received a non response type.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a non response
+This debug message indicates that the GSS-TKEY exchange received a non response
 type.
 
 TKEY_EXCHANGE_OUT_TOKEN_NOT_EMPTY
@@ -27451,7 +27451,7 @@ TKEY_EXCHANGE_OUT_TOKEN_NOT_EMPTY
     GSS-TKEY exchange output token is not empty.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange output token is not empty.
+This debug message indicates that the GSS-TKEY exchange output token is not empty.
 
 TKEY_EXCHANGE_RDATA_COUNT
 =========================
@@ -27461,7 +27461,7 @@ TKEY_EXCHANGE_RDATA_COUNT
     GSS-TKEY exchange received a response with rdata count: %1.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified rdata count.
 
 TKEY_EXCHANGE_RECEIVE_MESSAGE
@@ -27472,7 +27472,7 @@ TKEY_EXCHANGE_RECEIVE_MESSAGE
     GSS-TKEY exchange receives a message of size: %1.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange receives a message of
+This debug message indicates that the GSS-TKEY exchange receives a message of
 specified size.
 
 TKEY_EXCHANGE_RESPONSE_TTL
@@ -27483,7 +27483,7 @@ TKEY_EXCHANGE_RESPONSE_TTL
     GSS-TKEY exchange received a response with TTL of: %1 seconds.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified TTL.
 
 TKEY_EXCHANGE_SEND_MESSAGE
@@ -27494,7 +27494,7 @@ TKEY_EXCHANGE_SEND_MESSAGE
     GSS-TKEY exchange sends a message of size: %1.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange sends a message of specified
+This debug message indicates that the GSS-TKEY exchange sends a message of specified
 size.
 
 TKEY_EXCHANGE_VALID
@@ -27505,7 +27505,7 @@ TKEY_EXCHANGE_VALID
     GSS-TKEY exchange retrieved a TKEY valid for: %1 seconds.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange retrieved a TKEY valid for
+This debug message indicates that the GSS-TKEY exchange retrieved a TKEY valid for
 the specified time period expressed in seconds.
 
 TKEY_EXCHANGE_VERIFIED
@@ -27516,7 +27516,7 @@ TKEY_EXCHANGE_VERIFIED
     GSS-TKEY exchange verified.
 
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange is verified.
+This debug message indicates that the GSS-TKEY exchange is verified.
 
 ***
 TLS
index b17765bc843258e0e21a697f37382a54f9cee743..e0544d2bcb50f19ac5c18919f04c83b0a9091786 100644 (file)
@@ -43,7 +43,7 @@ const char* values[] = {
     "CTRL_AGENT_HTTPS_SERVICE_REUSE_FAILED", "failed to reuse HTTPS service bound to address: %1 port: %2",
     "CTRL_AGENT_HTTPS_SERVICE_STARTED", "HTTPS service bound to address: %1 port: %2",
     "CTRL_AGENT_HTTPS_SERVICE_UPDATED", "reused HTTPS service bound to address: %1 port: %2 and updated TLS settings",
-    "CTRL_AGENT_HTTP_SERVICE_REUSE_FAILED", "failed to reused HTTP service bound to address: %1 port: %2",
+    "CTRL_AGENT_HTTP_SERVICE_REUSE_FAILED", "failed to reuse HTTP service bound to address: %1 port: %2",
     "CTRL_AGENT_HTTP_SERVICE_STARTED", "HTTP service bound to address: %1 port: %2",
     "CTRL_AGENT_HTTP_SERVICE_UPDATED", "reused HTTP service bound to address: %1 port: %2",
     "CTRL_AGENT_IS_DEPRECATED", "Kea Control Agent is deprecated. Its function has been moved to Kea servers.",
index c45f3e5257a5853fba16697b5666a3c6f1c3c410..7439b6c685fcb8aa96d22e2715690138344cce2f 100644 (file)
@@ -44,8 +44,8 @@ This is a fatal error message issued when the Control Agent application
 encounters an unrecoverable error from within the event loop.
 
 % CTRL_AGENT_HTTPS_SERVICE_REUSE_FAILED failed to reuse HTTPS service bound to address: %1 port: %2
-This error message indicates that the server has failed reusing existing
-HTTPS service on the specified address and port. The server can not switch from
+This error message indicates that the server has failed to reuse existing
+HTTPS service on the specified address and port. The server cannot switch from
 HTTPS to HTTP sockets using the same address and port.
 
 % CTRL_AGENT_HTTPS_SERVICE_STARTED HTTPS service bound to address: %1 port: %2
@@ -59,8 +59,8 @@ HTTPS service on the specified address and port. Note that any change in
 the TLS setup has been applied.
 
 % CTRL_AGENT_HTTP_SERVICE_REUSE_FAILED failed to reuse HTTP service bound to address: %1 port: %2
-This error message indicates that the server has failed reusing existing
-HTTP service on the specified address and port. The server can not switch from
+This error message indicates that the server has failed to reuse existing
+HTTP service on the specified address and port. The server cannot switch from
 HTTP to HTTPS sockets using the same address and port.
 
 % CTRL_AGENT_HTTP_SERVICE_STARTED HTTP service bound to address: %1 port: %2
index 4ca6cbfa51b7bd910d4f1fce2be76dfd74961c1e..5046be2437c949701c23faaa015971eda8825721 100644 (file)
@@ -269,8 +269,8 @@ const char* values[] = {
     "DHCP4_HOOK_LEASES4_COMMITTED_PARK", "%1: packet is parked, because a callout set the next step to PARK",
     "DHCP4_HOOK_LEASES4_COMMITTED_PARKING_LOT_FULL", "The parked-packet-limit %1, has been reached, dropping query: %2",
     "DHCP4_HOOK_PACKET_RCVD_SKIP", "%1: packet is dropped, because a callout set the next step to SKIP",
-    "DHCP4_HOOK_PACKET_SEND_DROP", "%1: prepared DHCPv4 response was not sent because a callout set the next ste to DROP",
-    "DHCP4_HOOK_PACKET_SEND_SKIP", "%1: prepared response is not sent, because a callout set the next stp to SKIP",
+    "DHCP4_HOOK_PACKET_SEND_DROP", "%1: prepared DHCPv4 response was not sent because a callout set the next step to DROP",
+    "DHCP4_HOOK_PACKET_SEND_SKIP", "%1: prepared response is not sent, because a callout set the next step to SKIP",
     "DHCP4_HOOK_SUBNET4_SELECT_4O6_PARKING_LOT_FULL", "The parked-packet-limit %1, has been reached, dropping query: %2",
     "DHCP4_HOOK_SUBNET4_SELECT_DROP", "%1: packet was dropped, because a callout set the next step to 'drop'",
     "DHCP4_HOOK_SUBNET4_SELECT_PARK", "%1: packet was parked",
@@ -362,7 +362,7 @@ const char* values[] = {
     "DHCP4_SUBNET_DYNAMICALLY_CHANGED", "%1: changed selected subnet %2 to subnet %3 from shared network %4 for client assignments",
     "DHCP4_SUBNET_SELECTED", "%1: the subnet with ID %2 was selected for client assignments",
     "DHCP4_SUBNET_SELECTION_FAILED", "%1: failed to select subnet for the client",
-    "DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED", "All packets will be send to source address of an incoming packet - use only for testing",
+    "DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED", "All packets will be sent to the source address of an incoming packet - use only for testing",
     "DHCP4_UNKNOWN_ADDRESS_REQUESTED", "%1: client requested an unknown address, client sent ciaddr %2, requested-ip-address %3",
     "DHCP4_V6_ONLY_PREFERRED_MISSING_IN_ACK", "v6-only-preferred option missing in 0.0.0.0 reply to query: %1",
     "DHCP4_V6_ONLY_PREFERRED_MISSING_IN_OFFER", "v6-only-preferred option missing in 0.0.0.0 offer to query: %1",
index 22bd4236433b3208ffa33ded94aa39326687d8be..b34166e2d1492c40a29fec64add49184919c4023 100644 (file)
@@ -301,7 +301,7 @@ the query.
 
 % DHCP4_DEFERRED_OPTION_UNPACK_FAIL %1: An error unpacking the deferred option %2: %3
 Logged at debug log level 50.
-A debug message issued when deferred unpacking of an option failed, making it
+This debug message is issued when deferred unpacking of an option failed, making it
 to be left unpacked in the packet. The first argument is the option code,
 the second the error.
 
@@ -651,7 +651,7 @@ requested by the client.
 
 % DHCP4_OPEN_SOCKET opening service sockets on port %1
 Logged at debug log level 0.
-A debug message issued during startup, this indicates that the DHCPv4
+This debug message is issued during startup, this indicates that the DHCPv4
 server is about to open sockets on the specified port.
 
 % DHCP4_OPEN_SOCKETS_FAILED maximum number of open service sockets attempts: %1, has been exhausted without success
@@ -801,7 +801,7 @@ requested-ip-address option (if present).
 
 % DHCP4_PACKET_OPTIONS_SKIPPED %1: An error unpacking an option, caused subsequent options to be skipped: %2
 Logged at debug log level 50.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the packet.  The server will
 still attempt to service the packet.
 
@@ -1188,10 +1188,10 @@ and will send DHCPNAK if the received message was DHCPREQUEST.
 The argument includes the client and the transaction identification
 information.
 
-% DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED All packets will be sent to source address of an incoming packet - use only for testing
-This message is printed then KEA_TEST_SEND_RESPONSES_TO_SOURCE
-environment variable is set. It's causing Kea to send packets to
-source address of incoming packet. Usable just in testing environment
+% DHCP4_TESTING_MODE_SEND_TO_SOURCE_ENABLED All packets will be sent to the source address of an incoming packet - use only for testing
+This message is printed, then the KEA_TEST_SEND_RESPONSES_TO_SOURCE
+environment variable is set. It's causes Kea to send packets to the
+source address of the incoming packet. It is only usable in a testing environment
 to simulate multiple subnet traffic from single source.
 
 % DHCP4_UNKNOWN_ADDRESS_REQUESTED %1: client requested an unknown address, client sent ciaddr %2, requested-ip-address %3
index 6cf8d63d4775e6603e5bbffa4a364fb639200c8a..bd024871c936ad473ec41594524874c6fd9243e1 100644 (file)
@@ -261,7 +261,7 @@ const char* values[] = {
     "DHCP6_HOOK_LEASES6_COMMITTED_PARK", "%1: packet is parked, because a callout set the next step to PARK",
     "DHCP6_HOOK_LEASES6_PARKING_LOT_FULL", "The parked-packet-limit %1, has been reached, dropping query: %2",
     "DHCP6_HOOK_PACKET_RCVD_SKIP", "%1: packet is dropped, because a callout set the next step to SKIP",
-    "DHCP6_HOOK_PACKET_SEND_DROP", "%1: prepared DHCPv6 response was not sent because a callout set the next ste to DROP",
+    "DHCP6_HOOK_PACKET_SEND_DROP", "%1: prepared DHCPv6 response was not sent because a callout set the next step to DROP",
     "DHCP6_HOOK_PACKET_SEND_SKIP", "%1: prepared DHCPv6 response is not built because a callout set the next step to SKIP",
     "DHCP6_HOOK_SUBNET6_SELECT_DROP", "%1: packet was dropped because a callout set the drop flag",
     "DHCP6_HOOK_SUBNET6_SELECT_PARK", "%1: packet was parked",
index 1e31ac88df63a94f83cc3d7211c15fca988586a5..4000f0f72c5cfd86c978626425cbd415369b905b 100644 (file)
@@ -468,7 +468,7 @@ Logged at debug log level 40.
 This debug message is printed when a callout installed on the
 lease6_release hook point set the next step to SKIP. For this particular hook
 point, this setting by a callout instructs the server to not
-release a lease. If a client requested the release of multiples leases
+release a lease. If a client requested the release of multiple leases
 (by sending multiple IA options), the server will retain this particular
 lease and proceed with other releases as usual. The argument holds the
 client and transaction identification information.
@@ -478,7 +478,7 @@ Logged at debug log level 40.
 This debug message is printed when a callout installed on lease6_release
 hook point set the next step to SKIP value. For this particular hook point, that
 setting by a callout instructs the server to not release
-a lease. If client requested release of multiples leases (by sending
+a lease. If client requested release of multiple leases (by sending
 multiple IA options), the server will retain this particular lease and
 will proceed with other renewals as usual. The argument holds the
 client and transaction identification information.
@@ -648,7 +648,7 @@ interfaces and is therefore shutting down.
 
 % DHCP6_OPEN_SOCKET opening service sockets on port %1
 Logged at debug log level 0.
-A debug message issued during startup, this indicates that the IPv6 DHCP
+This debug message is issued during startup, this indicates that the IPv6 DHCP
 server is about to open sockets on the specified port.
 
 % DHCP6_OPEN_SOCKETS_FAILED maximum number of open service sockets attempts: %1, has been exhausted without success
@@ -711,7 +711,7 @@ second argument specifies packet type.
 
 % DHCP6_PACKET_OPTIONS_SKIPPED %1: An error unpacking an option, caused subsequent options to be skipped: %2
 Logged at debug log level 50.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the packet.  The server will
 server will still attempt to service the packet.
 
index 956f29f891a89ade6d996b266c131698ae61d3a1..eecfebd5c0530ef7309d49f0cac358a2e97abc5c 100644 (file)
@@ -72,10 +72,10 @@ const char* values[] = {
     "GSS_TSIG_MANAGER_STOP_GENERAL_ERROR", "manager stop general error",
     "GSS_TSIG_NEW_KEY", "new GSS-TSIG key '%1' was created.",
     "GSS_TSIG_NEW_KEY_SETUP_FAILED", "new GSS-TSIG key '%1' setup failed: %2.",
-    "GSS_TSIG_NEW_KEY_SETUP_SUCCEED", "new GSS-TSIG key '%1' setup succeed.",
+    "GSS_TSIG_NEW_KEY_SETUP_SUCCEED", "new GSS-TSIG key '%1' setup succeeded.",
     "GSS_TSIG_OLD_KEY_REMOVED", "%1 old GSS-TSIG keys were removed",
     "GSS_TSIG_UNLOAD_OK", "GSS-TSIG hooks library unloaded successfully.",
-    "GSS_TSIG_VERIFIED", "GSS-TSIG verify successed.",
+    "GSS_TSIG_VERIFIED", "GSS-TSIG verify succeeded.",
     "GSS_TSIG_VERIFY_FAILED", "GSS-TSIG verify failed: %1.",
     "KEY_LOOKUP_DISABLED", "hooks library lookup for a key: GSS-TSIG is not enabled for the current DNS server.",
     "KEY_LOOKUP_FOUND", "hooks library lookup for a key: return GSS-TSIG key '%1'.",
index 093541d1e930f0190ca30f404bfccacda88d2427..96d82f61f4d9b83bd4f3b4beb3f1dbe4ef6e21e7 100644 (file)
@@ -65,7 +65,7 @@ been unloaded successfully.
 
 % GSS_TSIG_VERIFIED GSS-TSIG verify succeeded.
 Logged at debug log level 40.
-A debug message issued when GSS-TSIG verification succeeded.
+This debug message is issued when GSS-TSIG verification succeeded.
 
 % GSS_TSIG_VERIFY_FAILED GSS-TSIG verify failed: %1.
 This info message indicates that GSS-TSIG verification failed.
@@ -111,112 +111,112 @@ interval when the next key processing will be attempted.
 
 % TKEY_EXCHANGE_ANSWER_CLASS GSS-TKEY exchange received a response with answer class: %1.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified answer class.
 
 % TKEY_EXCHANGE_FAILED_TO_VERIFY GSS-TKEY exchange failed because the response failed to verify.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 failed to verify.
 
 % TKEY_EXCHANGE_FAIL_EMPTY_IN_TOKEN GSS-TKEY exchange failed because input token is empty.
-This error message indicated that GSS-TKEY exchange failed because input token
+This error message indicates that the GSS-TKEY exchange failed because input token
 is empty.
 
 % TKEY_EXCHANGE_FAIL_EMPTY_OUT_TOKEN GSS-TKEY exchange failed because output token is empty.
-This error message indicated that GSS-TKEY exchange failed because output token
+This error message indicates that the GSS-TKEY exchange failed because output token
 is empty.
 
 % TKEY_EXCHANGE_FAIL_EMPTY_RESPONSE GSS-TKEY exchange failed because the response is empty.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is empty.
 
 % TKEY_EXCHANGE_FAIL_IO_ERROR GSS-TKEY exchange failed because of the IO error: %1.
-This error message indicated that GSS-TKEY exchange failed because of an IO error.
+This error message indicates that the GSS-TKEY exchange failed because of an IO error.
 The argument details the IO error.
 
 % TKEY_EXCHANGE_FAIL_IO_STOPPED GSS-TKEY exchange failed because the IO service was stopped.
-This error message indicated that GSS-TKEY exchange failed because the IO
+This error message indicates that the GSS-TKEY exchange failed because the IO
 service was stopped.
 
 % TKEY_EXCHANGE_FAIL_IO_TIMEOUT GSS-TKEY exchange failed because of IO timeout.
-This error message indicated that GSS-TKEY exchange failed because of IO
+This error message indicates that the GSS-TKEY exchange failed because of IO
 timeout.
 
 % TKEY_EXCHANGE_FAIL_NOT_SIGNED GSS-TKEY exchange failed because the response is not signed.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is not signed.
 
 % TKEY_EXCHANGE_FAIL_NO_RDATA GSS-TKEY exchange failed because the response contains no rdata.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains no rdata.
 
 % TKEY_EXCHANGE_FAIL_NO_RESPONSE_ANSWER GSS-TKEY exchange failed because the response contains no answer.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains no answer.
 
 % TKEY_EXCHANGE_FAIL_NULL_RESPONSE GSS-TKEY exchange failed because the response is null.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 is null.
 
 % TKEY_EXCHANGE_FAIL_RESPONSE_ERROR GSS-TKEY exchange failed because the response contains an error: %1.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains an error. The argument details the response error.
 
 % TKEY_EXCHANGE_FAIL_TKEY_ERROR GSS-TKEY exchange failed because the response contains TKEY error: %1.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains TKEY error. The argument details the TKEY error.
 
 % TKEY_EXCHANGE_FAIL_TO_INIT GSS-TKEY exchange failed to initialize because of the error: %1.
-This error message indicated that GSS-TKEY exchange failed in the
+This error message indicates that the GSS-TKEY exchange failed in the
 initialization phase, for instance because the server principal does not
 exist. The argument details the error.
 
 % TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_ANSWER_COUNT GSS-TKEY exchange failed because the response contains invalid number of RRs: %1.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains invalid number of RRs. The argument contains the wrong number of RRs.
 
 % TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_ANSWER_TYPE GSS-TKEY exchange failed because the response contains wrong answer type: %1.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains wrong answer type. The argument contains the wrong answer type.
 
 % TKEY_EXCHANGE_FAIL_WRONG_RESPONSE_OPCODE GSS-TKEY exchange failed because the response contains invalid opcode: %1.
-This error message indicated that GSS-TKEY exchange failed because the response
+This error message indicates that the GSS-TKEY exchange failed because the response
 contains invalid opcode. The argument contains the wrong opcode.
 
 % TKEY_EXCHANGE_NOT_A_RESPONSE GSS-TKEY exchange received a non response type.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a non response
+This debug message indicates that the GSS-TKEY exchange received a non response
 type.
 
 % TKEY_EXCHANGE_OUT_TOKEN_NOT_EMPTY GSS-TKEY exchange output token is not empty.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange output token is not empty.
+This debug message indicates that the GSS-TKEY exchange output token is not empty.
 
 % TKEY_EXCHANGE_RDATA_COUNT GSS-TKEY exchange received a response with rdata count: %1.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified rdata count.
 
 % TKEY_EXCHANGE_RECEIVE_MESSAGE GSS-TKEY exchange receives a message of size: %1.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange receives a message of
+This debug message indicates that the GSS-TKEY exchange receives a message of
 specified size.
 
 % TKEY_EXCHANGE_RESPONSE_TTL GSS-TKEY exchange received a response with TTL of: %1 seconds.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange received a response with
+This debug message indicates that the GSS-TKEY exchange received a response with
 specified TTL.
 
 % TKEY_EXCHANGE_SEND_MESSAGE GSS-TKEY exchange sends a message of size: %1.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange sends a message of specified
+This debug message indicates that the GSS-TKEY exchange sends a message of specified
 size.
 
 % TKEY_EXCHANGE_VALID GSS-TKEY exchange retrieved a TKEY valid for: %1 seconds.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange retrieved a TKEY valid for
+This debug message indicates that the GSS-TKEY exchange retrieved a TKEY valid for
 the specified time period expressed in seconds.
 
 % TKEY_EXCHANGE_VERIFIED GSS-TKEY exchange verified.
 Logged at debug log level 40.
-This debug message indicates that GSS-TKEY exchange is verified.
+This debug message indicates that the GSS-TKEY exchange is verified.
index f342deeb40b3b6aabe02dc0658bbe8ba83fd98fd..b791a9b05738fa4bf74005cdf1182cc941eaaf07 100644 (file)
@@ -15,7 +15,7 @@ This info message indicates that the Bootp hooks library has been loaded.
 
 % BOOTP_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv4 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
index a0de063119cd63fc3d7a22a4f1fcebffdcb78a5b..ceb9473fe11f77b2d10fcf263c8d2b32b00bd7c4 100644 (file)
@@ -22,7 +22,7 @@ information retrieved from the query.
 
 % HA_BUFFER4_RECEIVE_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv4 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
@@ -51,7 +51,7 @@ information retrieved from the query.
 
 % HA_BUFFER6_RECEIVE_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1
 Logged at debug log level 40.
-A debug message issued when an option failed to unpack correctly, making it
+This debug message is issued when an option failed to unpack correctly, making it
 impossible to unpack the remaining options in the DHCPv6 query. The server
 will still attempt to service the packet. The sole argument provides a
 reason for unpacking error.
index 3e10f88158db889891b7d2f69e334351eea75233..655904ee260b0f7dc7eda77d66dd0fb248b4d55f 100644 (file)
@@ -758,7 +758,7 @@ Debug message issued when triggered an action to register backend
 
 % MYSQL_CB_TLS_CIPHER TLS cipher: %1
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 % MYSQL_CB_UNREGISTER_BACKEND_TYPE4 unregister backend
index 589968321d8bb7892169520ddf78c354deca64be..708932ee6e31fe052c41ccc378fadbab898fcd6b 100644 (file)
@@ -30,7 +30,7 @@ exit code.  This is most likely due to a network issue.
 
 % LEGAL_LOG_MYSQL_GET_VERSION obtaining schema version information
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL database.
 
 % LEGAL_LOG_MYSQL_INSERT_LOG Adding a log entry to the database: %1
@@ -52,7 +52,7 @@ The code has issued a rollback call.  All outstanding transactions will
 be rolled back and not committed to the database.
 
 % LEGAL_LOG_MYSQL_START_TRANSACTION starting new MySQL transaction
-A debug message issued when a new MySQL transaction is being started.
+This debug message is issued when a new MySQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -62,11 +62,11 @@ any of these INSERT statements fail.
 
 % LEGAL_LOG_MYSQL_TLS_CIPHER TLS cipher: %1
 Logged at debug log level 50.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 % MYSQL_FB_DB opening MySQL log database: %1
-This informational message is logged when a legal log hook library is
+This informational message is logged when the legal log hook library is
 about to open a MySQL log database.  The parameters of the
 connection including database name and username needed to access it
 (but not the password if any) are logged.
index affdacb785b6ada4d1b9d92b6f5d3c5fbcb83b19..f637fdfb631636f46e11b8f63f87ae321f28d55a 100644 (file)
@@ -14,7 +14,7 @@ connection including database name and username needed to access it
 
 % MYSQL_HB_DB_GET_VERSION obtaining schema version information for the MySQL hosts database
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL hosts database.
 
 % MYSQL_HB_DB_READONLY MySQL host database opened for read access only
@@ -41,5 +41,5 @@ TLS is not used.
 
 % MYSQL_HB_TLS_CIPHER TLS cipher: %1
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
index 0318b2206a8b47f0ef5a041c73e8d4e9ea6c6cf1..cac7bc8768a150d5d2d5fad0e719c2fb1b73ed73 100644 (file)
@@ -16,12 +16,12 @@ library has been loaded successfully. Enjoy!
 
 % MYSQL_LB_ADD_ADDR4 adding IPv4 lease with address %1
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the MySQL backend database.
 
 % MYSQL_LB_ADD_ADDR6 adding IPv6 lease with address %1, lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the MySQL backend database.
 
 % MYSQL_LB_COMMIT committing to MySQL database
@@ -50,208 +50,208 @@ is typically a network or database server issue.
 
 % MYSQL_LB_DELETED_EXPIRED_RECLAIMED deleted %1 reclaimed leases from the database
 Logged at debug log level 50.
-A debug message issued when the server has removed a number of reclaimed
+This debug message is issued when the server has removed a number of reclaimed
 leases from the database. The number of removed leases is included in the
 message.
 
 % MYSQL_LB_DELETED_SUBNET4_ID deleted %1 leases that match subnet ID %2.
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 % MYSQL_LB_DELETED_SUBNET6_ID deleted %1 leases that match subnet ID %2.
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 % MYSQL_LB_DELETE_ADDR4 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the MySQL database for the specified address.
 
 % MYSQL_LB_DELETE_ADDR6 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the MySQL database for the specified address.
 
 % MYSQL_LB_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % MYSQL_LB_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % MYSQL_LB_GET4 obtaining all IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the MySQL database.
 
 % MYSQL_LB_GET6 obtaining all IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the MySQL database.
 
 % MYSQL_LB_GET_ADDR4 obtaining IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for the specified address.
 
 % MYSQL_LB_GET_ADDR6 obtaining IPv6 lease for address %1, lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for the specified address.
 
 % MYSQL_LB_GET_CLIENTID obtaining IPv4 leases for client ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 client identification.
 
 % MYSQL_LB_GET_DUID obtaining IPv6 lease for duid %1,
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for the specified duid.
 
 % MYSQL_LB_GET_EXPIRED4 obtaining maximum %1 of expired IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % MYSQL_LB_GET_EXPIRED6 obtaining maximum %1 of expired IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % MYSQL_LB_GET_HOSTNAME4 obtaining IPv4 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 hostname.
 
 % MYSQL_LB_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database for a client with the specified
 hostname.
 
 % MYSQL_LB_GET_HWADDR4 obtaining IPv4 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database for a client with the specified
 hardware address.
 
 % MYSQL_LB_GET_HWADDR6 obtaining IPv6 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database for a client with the specified
 hardware address.
 
 % MYSQL_LB_GET_IAID_DUID obtaining IPv6 leases for IAID %1, DUID %2, lease type %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the MySQL database for a client with the specified IAID (Identity
 Association ID) and DUID (DHCP Unique Identifier).
 
 % MYSQL_LB_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, subnet ID %2, DUID %3, lease type %4
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the MySQL database for a client with the specified IAID
 (Identity Association ID), subnet ID and DUID (DHCP Unique Identifier).
 
 % MYSQL_LB_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % MYSQL_LB_GET_PAGE6 obtaining at most %1 IPv6 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % MYSQL_LB_GET_RELAYID4 obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
 % MYSQL_LB_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 % MYSQL_LB_GET_REMOTEID4 obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and client
 transaction time between start and end dates.
 
 % MYSQL_LB_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 % MYSQL_LB_GET_STATE4 obtaining IPv4 leases with state %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database with the specified state.
 
 % MYSQL_LB_GET_STATE6 obtaining IPv6 leases with state %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database with the specified state.
 
 % MYSQL_LB_GET_STATE_SUBID4 obtaining IPv4 leases with state %1 in subnet %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the MySQL database with the specified state in
 the specified subnet.
 
 % MYSQL_LB_GET_STATE_SUBID6 obtaining IPv6 leases with state %1 in subnet %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the MySQL database with the specified state in
 the specified subnet.
 
 % MYSQL_LB_GET_SUBID4 obtaining IPv4 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the MySQL database.
 
 % MYSQL_LB_GET_SUBID6 obtaining IPv6 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the MySQL database.
 
 % MYSQL_LB_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for a client with the specified subnet ID
 and client ID.
 
 % MYSQL_LB_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the MySQL database for a client with the specified subnet ID
 and hardware address.
 
 % MYSQL_LB_GET_SUBID_PAGE6 obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the MySQL database beginning with the specified address
 for the specified subnet identifier.
 
 % MYSQL_LB_GET_VERSION obtaining schema version information
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the MySQL database.
 
 % MYSQL_LB_NEGATIVE_LEASES_STAT recount of leases returned a negative value
@@ -271,17 +271,17 @@ be rolled back and not committed to the database.
 
 % MYSQL_LB_TLS_CIPHER TLS cipher: %1
 Logged at debug log level 40.
-A debug message issued when a new MySQL connected is created with TLS.
+This debug message is issued when a new MySQL connected is created with TLS.
 The TLS cipher name is logged.
 
 % MYSQL_LB_UPDATE_ADDR4 updating IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the MySQL database for the specified address.
 
 % MYSQL_LB_UPDATE_ADDR6 updating IPv6 lease for address %1, lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the MySQL database for the specified address.
 
 % MYSQL_LB_UPGRADE_EXTENDED_INFO4 upgrading IPv4 leases done in %1 pages with %2 updated leases
@@ -291,12 +291,12 @@ updated leases are displayed.
 
 % MYSQL_LB_UPGRADE_EXTENDED_INFO4_ERROR upgrading extending info for IPv4 lease at %1 failed with %2
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade an extended info.
+This debug message is issued when the server failed to upgrade an extended info.
 The address of the lease and the error message are displayed.
 
 % MYSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE upgrading IPv4 lease extended info at page %1 starting at %2 (updated %3)
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv4 lease extended info.
+This debug message is issued when the server upgrades IPv4 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -307,11 +307,11 @@ updated leases are displayed.
 
 % MYSQL_LB_UPGRADE_EXTENDED_INFO6_ERROR upgrading extending info for IPv6 lease at %1 failed with %2
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade the extended info
+This debug message is issued when the server failed to upgrade the extended info
 for a lease. The address of the lease and the error message are displayed.
 
 % MYSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE upgrading IPv6 lease extended info at page %1 starting at %2 (updated %3)
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv6 lease extended info.
+This debug message is issued when the server upgrades IPv6 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
index e6d7819680f4c0782d583224b06c317f7b717374..32c870110eda91a41e19c64d3bdd1c7887d516ca 100644 (file)
@@ -24,7 +24,7 @@ An error message issued when the server failed to reconnect.  Loss of connectivi
 is typically a network or database server issue.
 
 % LEGAL_LOG_PGSQL_DEALLOC_ERROR An error occurred deallocating SQL statements while closing the PostgreSQL log database: %1
-This is an error message issued when a legal log hook library experienced
+This is an error message issued when the legal log hook library experienced
 an error freeing database SQL resources as part of closing its connection to
 the PostgreSQL database.  The connection is closed as part of normal server
 shutdown.  This error is most likely a programmatic issue that is highly
@@ -37,7 +37,7 @@ exit code.  This is most likely due to a network issue.
 
 % LEGAL_LOG_PGSQL_GET_VERSION obtaining schema version information
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL database.
 
 % LEGAL_LOG_PGSQL_INSERT_LOG Adding a log entry to the database: %1
@@ -55,7 +55,7 @@ The code has issued a rollback call.  All outstanding transactions will
 be rolled back and not committed to the database.
 
 % LEGAL_LOG_PGSQL_START_TRANSACTION starting a new PostgreSQL transaction
-A debug message issued when a new PostgreSQL transaction is being started.
+This debug message is issued when a new PostgreSQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -64,7 +64,7 @@ and there may be a need to rollback the whole transaction if
 any of these INSERT statements fail.
 
 % PGSQL_FB_DB opening PostgreSQL log database: %1
-This informational message is logged when a legal log hook library is
+This informational message is logged when the legal log hook library is
 about to open a PostgreSQL log database.  The parameters of the
 connection including database name and username needed to access it
 (but not the password if any) are logged.
index 054dadbf11d96fb27cd1af66b28402bf0732aba4..f4a438ac6171ea6dc0cf65af3cbec912febff949 100644 (file)
@@ -14,7 +14,7 @@ connection including database name and username needed to access it
 
 % PGSQL_HB_DB_GET_VERSION obtaining schema version information for the PostgreSQL hosts database
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL hosts database.
 
 % PGSQL_HB_DB_READONLY PostgreSQL host database opened for read access only
index c45f6e24a652907b0754a33cb9a68ed8e57a67c5..e8e693d5d219f4b4d097288d18145b0f1e9dda5d 100644 (file)
@@ -16,12 +16,12 @@ library has been loaded successfully. Enjoy!
 
 % PGSQL_LB_ADD_ADDR4 adding IPv4 lease with address %1
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the PostgreSQL backend database.
 
 % PGSQL_LB_ADD_ADDR6 adding IPv6 lease with address %1, lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the PostgreSQL backend database.
 
 % PGSQL_LB_COMMIT committing to PostgreSQL database
@@ -50,202 +50,202 @@ is typically a network or database server issue.
 
 % PGSQL_LB_DELETED_SUBNET4_ID deleted %1 leases that match subnet ID %2.
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 % PGSQL_LB_DELETED_SUBNET6_ID deleted %1 leases that match subnet ID %2.
 Logged at debug log level 50.
-A debug message issued when the server is removing leases which match
+This debug message is issued when the server is removing leases which match
 respective subnet ID.
 
 % PGSQL_LB_DELETE_ADDR4 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_DELETE_ADDR6 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease for
+This debug message is issued when the server is attempting to delete a lease for
 the specified address from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % PGSQL_LB_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % PGSQL_LB_GET4 obtaining all IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the PostgreSQL database.
 
 % PGSQL_LB_GET6 obtaining all IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the PostgreSQL database.
 
 % PGSQL_LB_GET_ADDR4 obtaining IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_GET_ADDR6 obtaining IPv6 lease for address %1 (lease type %2)
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_GET_CLIENTID obtaining IPv4 leases for client ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 client identification.
 
 % PGSQL_LB_GET_DUID obtaining IPv6 leases for DUID %1,
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the PostgreSQL database for a client with the specified DUID (DHCP Unique Identifier).
 
 % PGSQL_LB_GET_EXPIRED4 obtaining maximum %1 of expired IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % PGSQL_LB_GET_EXPIRED6 obtaining maximum %1 of expired IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % PGSQL_LB_GET_HOSTNAME4 obtaining IPv4 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 hostname.
 
 % PGSQL_LB_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database for a client with the specified
 hostname.
 
 % PGSQL_LB_GET_HWADDR4 obtaining IPv4 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database for a client with the specified
 hardware address.
 
 % PGSQL_LB_GET_HWADDR6 obtaining IPv6 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database for a client with the specified
 hardware address.
 
 % PGSQL_LB_GET_IAID_DUID obtaining IPv4 leases for IAID %1 and DUID %2, lease type %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the PostgreSQL database for a client with the specified IAID
 (Identity Association ID) and DUID (DHCP Unique Identifier).
 
 % PGSQL_LB_GET_IAID_SUBID_DUID obtaining IPv4 leases for IAID %1, subnet ID %2, DUID %3, and lease type %4
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the PostgreSQL database for a client with the specified IAID
 (Identity Association ID), subnet ID and DUID (DHCP Unique Identifier).
 
 % PGSQL_LB_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % PGSQL_LB_GET_PAGE6 obtaining at most %1 IPv6 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % PGSQL_LB_GET_RELAYID4 obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
 % PGSQL_LB_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 % PGSQL_LB_GET_REMOTEID4 obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and client
 transaction time between start and end dates.
 
 % PGSQL_LB_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 % PGSQL_LB_GET_STATE4 obtaining IPv4 leases with state %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database with the specified state.
 
 % PGSQL_LB_GET_STATE6 obtaining IPv6 leases with state %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database with the specified state.
 
 % PGSQL_LB_GET_STATE_SUBID4 obtaining IPv4 leases with state %1 in subnet %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv4 leases from the PostgreSQL database with the specified state in
 the specified subnet.
 
 % PGSQL_LB_GET_STATE_SUBID6 obtaining IPv6 leases with state %1 in subnet %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set
+This debug message is issued when the server is attempting to obtain a set
 of IPv6 leases from the PostgreSQL database with the specified state in
 the specified subnet.
 
 % PGSQL_LB_GET_SUBID4 obtaining IPv4 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the PostgreSQL database.
 
 % PGSQL_LB_GET_SUBID6 obtaining IPv6 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the PostgreSQL database.
 
 % PGSQL_LB_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for a client with the specified subnet ID
 and client ID.
 
 % PGSQL_LB_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the PostgreSQL database for a client with the specified subnet ID
 and hardware address.
 
 % PGSQL_LB_GET_SUBID_PAGE6 obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the PostgreSQL database beginning with the specified address
 for the specified subnet identifier.
 
 % PGSQL_LB_GET_VERSION obtaining schema version information
 Logged at debug log level 50.
-A debug message issued when the server is about to obtain schema version
+This debug message is issued when the server is about to obtain schema version
 information from the PostgreSQL database.
 
 % PGSQL_LB_NEGATIVE_LEASES_STAT recount of leases returned a negative value
@@ -261,12 +261,12 @@ be rolled back and not committed to the database.
 
 % PGSQL_LB_UPDATE_ADDR4 updating IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_UPDATE_ADDR6 updating IPv6 lease for address %1, lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the PostgreSQL database for the specified address.
 
 % PGSQL_LB_UPGRADE_EXTENDED_INFO4 upgrading IPv4 leases done in %1 pages with %2 updated leases
@@ -276,12 +276,12 @@ updated leases are displayed.
 
 % PGSQL_LB_UPGRADE_EXTENDED_INFO4_ERROR upgrading extending info for IPv4 lease at %1 failed with %2
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade an extended info.
+This debug message is issued when the server failed to upgrade an extended info.
 The address of the lease and the error message are displayed.
 
 % PGSQL_LB_UPGRADE_EXTENDED_INFO4_PAGE upgrading IPv4 lease extended info at page %1 starting at %2 (updated %3)
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv4 lease extended info.
+This debug message is issued when the server upgrades IPv4 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
 
@@ -292,11 +292,11 @@ updated leases are displayed.
 
 % PGSQL_LB_UPGRADE_EXTENDED_INFO6_ERROR upgrading extending info for IPv6 lease at %1 failed with %2
 Logged at debug log level 40.
-A debug message issued when the server failed to upgrade the extended info
+This debug message is issued when the server failed to upgrade the extended info
 for a lease. The address of the lease and the error message are displayed.
 
 % PGSQL_LB_UPGRADE_EXTENDED_INFO6_PAGE upgrading IPv6 lease extended info at page %1 starting at %2 (updated %3)
 Logged at debug log level 50.
-A debug message issued when the server upgrades IPv6 lease extended info.
+This debug message is issued when the server upgrades IPv6 lease extended info.
 The page number and started address, and the count of already updated leases
 are displayed.
index cbdd305ed45e7f74d4b2bd8bd60ad44acaf3aca7..c3e33f92df1c9b9642c303adecad93a300b743aa 100644 (file)
@@ -219,7 +219,7 @@ reported as a defect.
 This error message is emitted when an unexpected error occurred while
 attempting to resume operation of the ping channel's thread pool. This
 error is highly unlikely and indicates a programmatic issue that should
-be reported as defect.
+be reported as defect.
 
 % PING_CHECK_UNEXPECTED_READ_ERROR could not start next socket read %1
 This error message occurs when initiating an asynchronous read on the ICMP
index 2cc22567e531abb7877827d8f8c0e4e670b27361..186d52f81fb5ec9cb2c93a790e2bc55620ff6c4e 100644 (file)
@@ -184,7 +184,7 @@ const char* values[] = {
     "RADIUS_PAUSE_ILLEGAL", "Pausing the RADIUS thread pool not allowed: %1",
     "RADIUS_PAUSE_PERMISSIONS_FAILED", "Checking for permissions to pause the RADIUS thread pool failed: %1",
     "RADIUS_REPLY_MESSAGE_ATTRIBUTE", "Message %1 on exchange %2 has a Reply-Message attribute with value '%3'.",
-    "RADIUS_RESUME_FAILED", "Resuming ithe RADIUS thread pool failed: %1",
+    "RADIUS_RESUME_FAILED", "Resuming the RADIUS thread pool failed: %1",
     "RADIUS_SERVER_CONFIGURED", "configured an %1 server: %2",
     "RADIUS_SESSION_HISTORY_APPEND_FAILED", "appending of a new record for %1 to the session history file failed: %2",
     "RADIUS_SESSION_HISTORY_LOADED", "loading of the session history file succeeded: read %1 records including %2 active records",
index 64a596a174e545d5235d5d19fbffc5c98e3f442a..b6b97aa8c6d4f7621c627501f35e0da0773a2f4e 100644 (file)
@@ -396,7 +396,7 @@ value of the Reply-Message attribute.
 % RADIUS_RESUME_FAILED Resuming the RADIUS thread pool failed: %1
 This error message is emitted when an unexpected error occurred while attempting
 to resume the thread pool. This error is highly unlikely and indicates a
-programmatic issue that should be reported as defect.
+programmatic issue that should be reported as defect.
 
 % RADIUS_SERVER_CONFIGURED configured an %1 server: %2
 This informational message is issued when a RADIUS server is
index 64f08d13e66199c6e37b7952c59550e4c8ca6897..b660e0ed5e061d926f9d48c91cb4e83e9b05ec0b 100644 (file)
@@ -172,8 +172,8 @@ that should be reported. The command manager may or may not continue
 to operate correctly.
 
 % HTTP_COMMAND_MGR_HTTPS_SERVICE_REUSE_FAILED failed to reused HTTPS service bound to address: %1 port: %2
-This error message indicates that the server has failed reusing existing
-HTTPS service on the specified address and port. The server can not swith from
+This error message indicates that the server has failed to reuse existing
+HTTPS service on the specified address and port. The server cannot swith from
 HTTPS to HTTP sockets using the same address and port.
 
 % HTTP_COMMAND_MGR_HTTPS_SERVICE_UPDATED reused HTTPS service bound to address: %1 port: %2 and updated TLS settings
@@ -182,8 +182,8 @@ HTTPS service on the specified address and port. Note that any change in
 the TLS setup has been applied.
 
 % HTTP_COMMAND_MGR_HTTP_SERVICE_REUSE_FAILED failed to reused HTTP service bound to address: %1 port: %2
-This error message indicates that the server has failed reusing existing
-HTTP service on the specified address and port. The server can not swith from
+This error message indicates that the server has failed to reuse existing
+HTTP service on the specified address and port. The server cannot swith from
 HTTP to HTTPS sockets using the same address and port.
 
 % HTTP_COMMAND_MGR_HTTP_SERVICE_UPDATED reused HTTP service bound to address: %1 port: %2
index b7aece94029c230c71257e26a527f91aec7db7ed..108f3669a602785c53227b7ccc73fcb0346e9fdb 100644 (file)
@@ -409,7 +409,7 @@ reverse update will not be performed.
 % DHCP_DDNS_RUN_EXIT application is exiting the event loop
 Logged at debug log level 0.
 This is a debug message issued when the DHCP-DDNS server exits its
-event loop
+event loop.
 
 % DHCP_DDNS_SECURITY_CHECKS_DISABLED Invoked with command line option -X, Security checks are disabled!!
 This warning is emitted when internal security checks normally
index 8a658deed330b68ca01cf42ee93d2287d62516e9..b620d0660cce4c1ccb259cec1b9b9182f0b29e48 100644 (file)
@@ -37,7 +37,7 @@ The code has issued a rollback call.  All outstanding transactions will
 be rolled back and not committed to the database.
 
 % DATABASE_MYSQL_START_TRANSACTION starting new MySQL transaction
-A debug message issued when a new MySQL transaction is being started.
+This debug message is issued when a new MySQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
@@ -84,7 +84,7 @@ modifications that were made after the savepoint was created will be rolled back
 and not committed to the database.
 
 % DATABASE_PGSQL_START_TRANSACTION starting a new PostgreSQL transaction
-A debug message issued when a new PostgreSQL transaction is being started.
+This debug message is issued when a new PostgreSQL transaction is being started.
 This message is typically not issued when inserting data into a
 single table because the server doesn't explicitly start
 transactions in this case. This message is issued when data is
index cc81db9688eb2f36710fcb261218e3e39bf1ee04..3a0e26133233cde41d339114efaf19053ee23bb7 100644 (file)
@@ -54,8 +54,8 @@ reasons why a lease was not assigned. One of them may be a case when all
 pools require packet to belong to certain classes and the incoming packet
 didn't belong to any of them. Another case where this information may be
 useful is to point out that the pool reserved to a given class has run
-out of addresses. When you see this message, you may consider checking your
-pool size and your classification definitions.
+out of addresses. If this message is displayed, consider checking the
+pool size and the classification definitions.
 
 % ALLOC_ENGINE_V4_ALLOC_FAIL_NO_POOLS %1: no pools were available for the address allocation
 This warning message is issued when the allocation engine fails to
@@ -336,8 +336,8 @@ reasons why a lease was not assigned. One of them may be a case when all
 pools require packet to belong to certain classes and the incoming packet
 didn't belong to any of them. Another case where this information may be
 useful is to point out that the pool reserved to a given class has run
-out of addresses. When you see this message, you may consider checking your
-pool size and your classification definitions.
+out of addresses. If this message is displayed, you may consider checking the
+pool size and the classification definitions.
 
 % ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS %1: no pools were available for the lease allocation
 This warning message is issued when the allocation engine fails to
@@ -411,7 +411,7 @@ and returned.
 % ALLOC_ENGINE_V6_ALLOC_LEASES_NO_HR no reservations found but leases exist for client %1
 Logged at debug log level 40.
 This message is logged when the allocation engine is in the process of
-allocating leases for the client, there are no static reservations,
+allocating leases for the client and there are no static reservations,
 but lease(s) exist for the client. The allocation engine will remove
 leases which are reserved for other clients, and return all
 remaining leases to the client.
index 8adf66b24c5a66ca3b822058c939dd94bde0f1ea..835b97c64947a4d88cfad81de4b74916bbb49ad9 100644 (file)
@@ -22,12 +22,12 @@ specified IPv6 subnet to its database.
 
 % DHCPSRV_CFGMGR_ALL_IFACES_ACTIVE enabling listening on all interfaces
 Logged at debug log level 40.
-A debug message issued when the server is being configured to listen on all
+This debug message is issued when the server is being configured to listen on all
 interfaces.
 
 % DHCPSRV_CFGMGR_CFG_DHCP_DDNS Setting DHCP-DDNS configuration to: %1
 Logged at debug log level 40.
-A debug message issued when the server's DHCP-DDNS settings are changed.
+This debug message is issued when the server's DHCP-DDNS settings are changed.
 
 % DHCPSRV_CFGMGR_CONFIG4_MERGED Configuration backend data has been merged.
 This is an informational message emitted when the DHCPv4 server has
@@ -277,7 +277,7 @@ the new parameters.
 
 % DHCPSRV_DDNS_TTL_TOO_LARGE %1 of lease life time %2 is %3, using maximum of %4 instead.
 Logged at debug log level 55.
-A debug message issued when the DDNS TTL value calculated using the
+This debug message is issued when the DDNS TTL value calculated using the
 ddns-ttl-percent if specified or (0.33 if not) is larger than the
 the specified value of ddns-ttl-max. Kea will ignore the value and
 use the specified maximum instead. The message details include
@@ -286,7 +286,7 @@ actually used.
 
 % DHCPSRV_DDNS_TTL_TOO_SMALL %1 of lease life time %2 is %3, using minimum of %4 instead.
 Logged at debug log level 55.
-A debug message issued when the DDNS TTL value calculated using the
+This debug message is issued when the DDNS TTL value calculated using the
 ddns-ttl-percent if specified or (0.33 if not) is too small.  Kea will
 ignore the value and use the minimum (ddns-ttl-min if specified or 600
 seconds if not). The message details include the percentage, the lease
@@ -314,7 +314,7 @@ requests are being generated faster than they can be delivered.
 
 % DHCPSRV_DHCP_DDNS_NCR_SENT NameChangeRequest sent to kea-dhcp-ddns: %1
 Logged at debug log level 50.
-A debug message issued when a NameChangeRequest has been successfully sent to
+This debug message is issued when a NameChangeRequest has been successfully sent to
 kea-dhcp-ddns.
 
 % DHCPSRV_DHCP_DDNS_SENDER_STARTED NameChangeRequest sender has been started: %1
@@ -490,23 +490,23 @@ so Kea updated subnet-id and loaded the lease successfully.
 
 % DHCPSRV_MEMFILE_ADD_ADDR4 adding IPv4 lease with address %1
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv4 lease
+This debug message is issued when the server is about to add an IPv4 lease
 with the specified address to the memory file backend database.
 
 % DHCPSRV_MEMFILE_ADD_ADDR6 adding IPv6 lease with address %1
 Logged at debug log level 50.
-A debug message issued when the server is about to add an IPv6 lease
+This debug message is issued when the server is about to add an IPv6 lease
 with the specified address to the memory file backend database.
 
 % DHCPSRV_MEMFILE_BEGIN_BUILD_EXTENDED_INFO_TABLES6 building extended info tables with %1 sanity check level, tables %2
 Logged at debug log level 40.
-A debug message issued when the server is building extended info tables.
+This debug message is issued when the server is building extended info tables.
 The extended info sanity check level and the fact tables are enabled
 or disabled are displayed.
 
 % DHCPSRV_MEMFILE_BEGIN_EXTRACT_EXTENDED_INFO4 extract extended info with %1 sanity check level%2
 Logged at debug log level 40.
-A debug message issued when the server is extracting extended info.
+This debug message is issued when the server is extracting extended info.
 The extended info sanity check level and update in file when requested
 are displayed.
 
@@ -538,33 +538,33 @@ the connection including database name and username needed to access it
 
 % DHCPSRV_MEMFILE_DELETE_ADDR4 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease
+This debug message is issued when the server is attempting to delete a lease
 for the specified address from the memory file database for the specified
 address.
 
 % DHCPSRV_MEMFILE_DELETE_ADDR6 deleting lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to delete a lease
+This debug message is issued when the server is attempting to delete a lease
 for the specified address from the memory file database for the specified
 address.
 
 % DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed IPv4 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv4
+This debug message is issued when the server is removing reclaimed DHCPv4
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed IPv6 leases that expired more than %1 seconds ago
 Logged at debug log level 50.
-A debug message issued when the server is removing reclaimed DHCPv6
+This debug message is issued when the server is removing reclaimed DHCPv6
 leases which have expired longer than a specified period of time.
 The argument is the amount of time Kea waits after a reclaimed
 lease expires before considering its removal.
 
 % DHCPSRV_MEMFILE_DELETE_EXPIRED_RECLAIMED_START starting deletion of %1 expired-reclaimed leases
 Logged at debug log level 50.
-A debug message issued when the server has found expired-reclaimed
+This debug message is issued when the server has found expired-reclaimed
 leases to be removed. The number of leases to be removed is logged
 in the message.
 
@@ -575,7 +575,7 @@ updated in database is returned to the command interface.
 
 % DHCPSRV_MEMFILE_EXTRACT_EXTENDED_INFO4_ERROR extracting extended info got an exception on the lease for %1: %2
 Logged at debug log level 40.
-A debug message issued when the server is extracting extended info and
+This debug message is issued when the server is extracting extended info and
 receives an exception processing a lease.
 
 % DHCPSRV_MEMFILE_FAILED_TO_OPEN Could not open lease file: %1
@@ -588,140 +588,140 @@ environment variable KEA_DHCP_DATA_DIR prior to starting the server.
 
 % DHCPSRV_MEMFILE_GET4 obtaining all IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases from the memory file database.
 
 % DHCPSRV_MEMFILE_GET6 obtaining all IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases from the memory file database.
 
 % DHCPSRV_MEMFILE_GET6_DUID obtaining IPv6 leases for DUID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain IPv6
+This debug message is issued when the server is attempting to obtain IPv6
 leases from the memory file database for the DUID.
 
 % DHCPSRV_MEMFILE_GET_ADDR4 obtaining IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for the specified address.
 
 % DHCPSRV_MEMFILE_GET_ADDR6 obtaining IPv6 lease for address %1 and lease type %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the memory file database for the specified address.
 
 % DHCPSRV_MEMFILE_GET_CLIENTID obtaining IPv4 leases for client ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 client identification.
 
 % DHCPSRV_MEMFILE_GET_EXPIRED4 obtaining maximum %1 of expired IPv4 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv4 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % DHCPSRV_MEMFILE_GET_EXPIRED6 obtaining maximum %1 of expired IPv6 leases
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain expired
+This debug message is issued when the server is attempting to obtain expired
 IPv6 leases to reclaim them. The maximum number of leases to be retrieved
 is logged in the message.
 
 % DHCPSRV_MEMFILE_GET_HOSTNAME4 obtaining IPv4 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 hostname.
 
 % DHCPSRV_MEMFILE_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv6 leases from the memory file database for a client with the specified
 hostname.
 
 % DHCPSRV_MEMFILE_GET_HWADDR4 obtaining IPv4 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv4 leases from the memory file database for a client with the specified
 hardware address.
 
 % DHCPSRV_MEMFILE_GET_HWADDR6 obtaining IPv6 leases for hardware address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of
+This debug message is issued when the server is attempting to obtain a set of
 IPv6 leases from the memory file database for a client with the specified
 hardware address.
 
 % DHCPSRV_MEMFILE_GET_IAID_DUID obtaining IPv6 leases for IAID %1 and DUID %2 and lease type %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a set of IPv6
+This debug message is issued when the server is attempting to obtain a set of IPv6
 leases from the memory file database for a client with the specified IAID
 (Identity Association ID) and DUID (DHCP Unique Identifier).
 
 % DHCPSRV_MEMFILE_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3 and lease type %4
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv6
+This debug message is issued when the server is attempting to obtain an IPv6
 lease from the memory file database for a client with the specified IAID
 (Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
 
 % DHCPSRV_MEMFILE_GET_PAGE4 obtaining at most %1 IPv4 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % DHCPSRV_MEMFILE_GET_PAGE6 obtaining at most %1 IPv6 leases starting from address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page
+This debug message is issued when the server is attempting to obtain a page
 of leases beginning with the specified address.
 
 % DHCPSRV_MEMFILE_GET_RELAYID4 obtaining at most %1 IPv4 leases starting from address %2 with relay id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a relay id and client
 transaction time between start and end dates.
 
 % DHCPSRV_MEMFILE_GET_RELAYID6 obtaining at most %1 IPv6 leases starting from address %2 with relay id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a relay id.
 
 % DHCPSRV_MEMFILE_GET_REMOTEID4 obtaining at most %1 IPv4 leases starting from address %2 with remote id %3 and cltt between %4 and %5
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv4 leases beginning with the specified address with a remote id and
 client transaction time between start and end dates.
 
 % DHCPSRV_MEMFILE_GET_REMOTEID6 obtaining at most %1 IPv6 leases starting from address %2 with remote id %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases beginning with the specified address with a remote id.
 
 % DHCPSRV_MEMFILE_GET_SUBID4 obtaining IPv4 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv4
+This debug message is issued when the server is attempting to obtain all IPv4
 leases for a given subnet identifier from the memory file database.
 
 % DHCPSRV_MEMFILE_GET_SUBID6 obtaining IPv6 leases for subnet ID %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain all IPv6
+This debug message is issued when the server is attempting to obtain all IPv6
 leases for a given subnet identifier from the memory file database.
 
 % DHCPSRV_MEMFILE_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for a client with the specified
 subnet ID and client ID.
 
 % DHCPSRV_MEMFILE_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain an IPv4
+This debug message is issued when the server is attempting to obtain an IPv4
 lease from the memory file database for a client with the specified
 subnet ID and hardware address.
 
 % DHCPSRV_MEMFILE_GET_SUBID_PAGE6 obtaining at most %1 IPv6 leases starting from address %2 for subnet ID %3
 Logged at debug log level 50.
-A debug message issued when the server is attempting to obtain a page of
+This debug message is issued when the server is attempting to obtain a page of
 IPv6 leases from the memory file database beginning with the specified
 address for a given subnet identifier.
 
@@ -732,7 +732,7 @@ replaced by those read from the file.
 
 % DHCPSRV_MEMFILE_LEASE_LOAD loading lease %1
 Logged at debug log level 55.
-A debug message issued when DHCP lease is being loaded from the file to memory.
+This debug message is issued when DHCP lease is being loaded from the file to memory.
 
 % DHCPSRV_MEMFILE_LEASE_LOAD_ROW_ERROR discarding row %1, error: %2
 An error message issued if the DHCP lease being loaded from the given row of
@@ -835,12 +835,12 @@ a no-op.
 
 % DHCPSRV_MEMFILE_UPDATE_ADDR4 updating IPv4 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv4
+This debug message is issued when the server is attempting to update IPv4
 lease from the memory file database for the specified address.
 
 % DHCPSRV_MEMFILE_UPDATE_ADDR6 updating IPv6 lease for address %1
 Logged at debug log level 50.
-A debug message issued when the server is attempting to update IPv6
+This debug message is issued when the server is attempting to update IPv6
 lease from the memory file database for the specified address.
 
 % DHCPSRV_MEMFILE_WIPE_LEASES4 removing all IPv4 leases from subnet %1
@@ -927,52 +927,52 @@ to the new parameter.
 
 % DHCPSRV_SUBNET4O6_SELECT_FAILED Failed to select any subnet for the DHCPv4o6 packet
 Logged at debug log level 40.
-A debug message issued when the server was unable to select any subnet for the
+This debug message is issued when the server was unable to select any subnet for the
 DHCPv4o6 packet.
 
 % DHCPSRV_SUBNET4_SELECT_BY_ADDRESS_NO_MATCH No subnet matches address: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified address.
 
 % DHCPSRV_SUBNET4_SELECT_BY_INTERFACE_NO_MATCH No subnet matches interface: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface name.
 
 % DHCPSRV_SUBNET4_SELECT_BY_RELAY_ADDRESS_NO_MATCH No subnet matches relay address: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified relay address.
 
 % DHCPSRV_SUBNET4_SELECT_NO_RAI_OPTIONS No RAI options found to use for subnet selection.
 Logged at debug log level 40.
-A debug message issued by the server when the client query does not include RAI
+This debug message is issued by the server when the client query does not include RAI
 options suitable for use with subnet selection.
 
 % DHCPSRV_SUBNET4_SELECT_NO_RELAY_ADDRESS Relay address (giaddr) in client packet is empty.
 Logged at debug log level 40.
-A debug message issued when no relay address was specified to use for subnet
+This debug message is issued when no relay address was specified to use for subnet
 selection.
 
 % DHCPSRV_SUBNET4_SELECT_NO_USABLE_ADDRESS No subnet selected because no suitable address to use for subnet selection was found.
 Logged at debug log level 40.
-A debug message issued when the server could not find a suitable address to use for
+This debug message is issued when the server could not find a suitable address to use for
 subnet selection.
 
 % DHCPSRV_SUBNET6_SELECT_BY_ADDRESS_NO_MATCH No subnet matches address: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified address.
 
 % DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_ID_NO_MATCH No subnet matches interface id: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface id.
 
 % DHCPSRV_SUBNET6_SELECT_BY_INTERFACE_NO_MATCH No subnet matches interface: %1
 Logged at debug log level 40.
-A debug message issued when the server was unable to select a subnet using
+This debug message is issued when the server was unable to select a subnet using
 the specified interface name.
 
 % DHCPSRV_TEMPLATE_EVAL_ERROR %1: Expression '%2' evaluated to %3
@@ -993,7 +993,7 @@ The timer name and the reason for exception is logged.
 
 % DHCPSRV_TIMERMGR_REGISTER_TIMER registering timer: %1, using interval: %2 ms
 Logged at debug log level 40.
-A debug message issued when the new interval timer is registered in
+This debug message is issued when the new interval timer is registered in
 the Timer Manager. This timer will have a callback function
 associated with it, and this function will be executed according
 to the interval specified. The unique name of the timer and the
@@ -1002,7 +1002,7 @@ included in the message.
 
 % DHCPSRV_TIMERMGR_RUN_TIMER_OPERATION running operation for timer: %1
 Logged at debug log level 50.
-A debug message issued when the Timer Manager is about to
+This debug message is issued when the Timer Manager is about to
 run a periodic operation associated with the given timer.
 An example of such operation is a periodic cleanup of
 expired leases. The name of the timer is included in the
@@ -1010,25 +1010,25 @@ message.
 
 % DHCPSRV_TIMERMGR_START_TIMER starting timer: %1
 Logged at debug log level 40.
-A debug message issued when the registered interval timer is
+This debug message is issued when the registered interval timer is
 being started. If this operation is successful the timer will
 periodically execute the operation associated with it. The
 name of the started timer is included in the message.
 
 % DHCPSRV_TIMERMGR_STOP_TIMER stopping timer: %1
 Logged at debug log level 40.
-A debug message issued when the registered interval timer is
+This debug message is issued when the registered interval timer is
 being stopped. The timer remains registered and can be restarted
 if necessary. The name of the timer is included in the message.
 
 % DHCPSRV_TIMERMGR_UNREGISTER_ALL_TIMERS unregistering all timers
 Logged at debug log level 40.
-A debug message issued when all registered interval timers are
+This debug message is issued when all registered interval timers are
 being unregistered from the Timer Manager.
 
 % DHCPSRV_TIMERMGR_UNREGISTER_TIMER unregistering timer: %1
 Logged at debug log level 40.
-A debug message issued when one of the registered interval timers
+This debug message is issued when one of the registered interval timers
 is unregistered from the Timer Manager. The name of the timer is
 included in the message.
 
index 1f192489f65c959aea2f34e19633173a0c548bc7..a010832c3eefd7c11588991438e6fc2ba5e5599c 100644 (file)
@@ -3741,7 +3741,7 @@ Memfile_LeaseMgr::writeLeases4Internal(const std::string& filename) {
     auto tmpname = tmp.str();
     ::remove(tmpname.c_str());
 
-    // Dump in memory leases to temp file.
+    // Dump in-memory leases to temp file.
     try {
         CSVLeaseFile4 tmpfile(tmpname);
         tmpfile.open();
@@ -3797,7 +3797,7 @@ Memfile_LeaseMgr::writeLeases6Internal(const std::string& filename) {
     auto tmpname = tmp.str();
     ::remove(tmpname.c_str());
 
-    // Dump in memory leases to temp file.
+    // Dump in-memory leases to temp file.
     try {
         CSVLeaseFile6 tmpfile(tmpname);
         tmpfile.open();
index 371cc418882abdff7275a926c4308fe0a5803aab..757fbfc8563381b774fc382b87e441d0b8052e40 100644 (file)
@@ -5165,9 +5165,9 @@ GenericLeaseMgrTest::testUpdateStatsOn4SameSubnet() {
 }
 
 // This test is sort of BS. How does an updated lease move to
-// a new subnet without changing lease address, other than
-// if the lease is being manually fixed after config change
-// altered subnets and pool.
+// a new subnet without changing the lease address, other than
+// by the lease being manually fixed after a config change
+// altered subnets and pool?
 void
 GenericLeaseMgrTest::testUpdateStatsOn4DifferentSubnet() {
     // Create two subnets.
index 14a6f8b5b56e26ae1f430df2abfdadd419b46526..44d79c6e09b8f15d390e5073413c70f6113cb316 100644 (file)
@@ -11,7 +11,7 @@ $NAMESPACE isc::dhcp
 % EVAL_DEBUG_AND %1: Popping %2 and %3 pushing %4
 Logged at debug log level 55.
 This debug message indicates that two values are popped from
-the value stack.  They are then combined via logical and and
+the value stack.  They are then combined via logical "and" and
 the result is pushed onto the value stack.
 
 # For use with TokenBranch
@@ -145,7 +145,7 @@ option or a sub-option as requested in the classification statement.
 % EVAL_DEBUG_OR %1: Popping %2 and %3 pushing %4
 Logged at debug log level 55.
 This debug message indicates that two values are popped from
-the value stack.  They are then combined via logical or and
+the value stack.  They are then combined via logical "or" and
 the result is pushed onto the value stack. The string is displayed
 in text.
 
index eed5513fe494c371bc65ebc2bde2cdfbb9e3cf49..4daf47040f8dc108d2123a6010b1ae0d57f365f8 100644 (file)
@@ -8,7 +8,7 @@ $NAMESPACE isc::hooks
 
 % HOOKS_ALL_CALLOUTS_DEREGISTERED hook library at index %1 removed all callouts on hook %2
 Logged at debug log level 55.
-A debug message issued when all callouts on the specified hook registered
+This debug message is issued when all callouts on the specified hook registered
 by the library with the given index were removed.  This is similar to
 the HOOKS_CALLOUTS_REMOVED message (and the two are likely to be seen
 together), but is issued at a lower-level in the hook framework.
@@ -42,7 +42,7 @@ The message includes the callout execution time in milliseconds.
 
 % HOOKS_CALLOUT_DEREGISTERED hook library at index %1 deregistered a callout on hook %2
 Logged at debug log level 55.
-A debug message issued when all instances of a particular callouts on
+This debug message is issued when all instances of a particular callouts on
 the hook identified in the message that were registered by the library
 with the given index have been removed.
 
@@ -109,7 +109,7 @@ HOOKS_LIBRARY_LOADED informational message.
 
 % HOOKS_LIBRARY_MULTI_THREADING_COMPATIBLE hooks library %1 reports its multi-threading compatibility as %2
 Logged at debug log level 45.
-A debug message issued when the "multi_threading_compatible" function was
+This debug message is issued when the "multi_threading_compatible" function was
 called. The returned value (0 means not compatible, others compatible)
 is displayed.