diff options
author | Wlodek Wencel <wlodek@isc.org> | 2020-12-14 13:20:40 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2020-12-14 13:20:40 +0100 |
commit | a3b7ddabe485471300037c75a5854c8177286238 (patch) | |
tree | b324b8037ac696d4b6adeefc542d004c4154dc05 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#1574] indentation corrected (diff) | |
download | kea-a3b7ddabe485471300037c75a5854c8177286238.tar.xz kea-a3b7ddabe485471300037c75a5854c8177286238.zip |
[#1609] 1.9.3 changes
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 173e8b499d..0dc40cad87 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -950,27 +950,27 @@ assign them to the clients communicating with the server. % DHCPSRV_MYSQL_HOST_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 An error message issued when an attempt to reconnect has failed. -% DHCPSRV_MYSQL_HOST_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success -An error message issued when the server failed to reconnect. Loss of connectivity -is typically a network or database server issue. - % DHCPSRV_MYSQL_HOST_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 milliseconds An info message issued when the server is scheduling the next attempt to reconnect to the database. This occurs when the server has lost database connectivity and is attempting to reconnect automatically. -% DHCPSRV_MYSQL_LEASE_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 -An error message issued when an attempt to reconnect has failed. - -% DHCPSRV_MYSQL_LEASE_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success +% DHCPSRV_MYSQL_HOST_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success An error message issued when the server failed to reconnect. Loss of connectivity is typically a network or database server issue. +% DHCPSRV_MYSQL_LEASE_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 +An error message issued when an attempt to reconnect has failed. + % DHCPSRV_MYSQL_LEASE_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 milliseconds An info message issued when the server is scheduling the next attempt to reconnect to the database. This occurs when the server has lost database connectivity and is attempting to reconnect automatically. +% DHCPSRV_MYSQL_LEASE_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success +An error message issued when the server failed to reconnect. Loss of connectivity +is typically a network or database server issue. + % DHCPSRV_MYSQL_NEGATIVE_LEASES_STAT recount of leases returned a negative value This warning message is issued when the recount of leases using counters in the MySQL database returned a negative value. This shows a problem @@ -1174,27 +1174,27 @@ assign them to the clients communicating with the server. % DHCPSRV_PGSQL_HOST_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 An error message issued when an attempt to reconnect has failed. -% DHCPSRV_PGSQL_HOST_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success -An error message issued when the server failed to reconnect. Loss of connectivity -is typically a network or database server issue. - % DHCPSRV_PGSQL_HOST_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 milliseconds An info message issued when the server is scheduling the next attempt to reconnect to the database. This occurs when the server has lost database connectivity and is attempting to reconnect automatically. -% DHCPSRV_PGSQL_LEASE_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 -An error message issued when an attempt to reconnect has failed. - -% DHCPSRV_PGSQL_LEASE_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success +% DHCPSRV_PGSQL_HOST_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success An error message issued when the server failed to reconnect. Loss of connectivity is typically a network or database server issue. +% DHCPSRV_PGSQL_LEASE_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1 +An error message issued when an attempt to reconnect has failed. + % DHCPSRV_PGSQL_LEASE_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 milliseconds An info message issued when the server is scheduling the next attempt to reconnect to the database. This occurs when the server has lost database connectivity and is attempting to reconnect automatically. +% DHCPSRV_PGSQL_LEASE_DB_RECONNECT_FAILED maximum number of database reconnect attempts: %1, has been exhausted without success +An error message issued when the server failed to reconnect. Loss of connectivity +is typically a network or database server issue. + % DHCPSRV_PGSQL_NEGATIVE_LEASES_STAT recount of leases returned a negative value This warning message is issued when the recount of leases using counters in the PostgreSQL database returned a negative value. This shows a problem |