From 148c44b3fef7c66e520b3fe246ede85b1120d660 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 27 Oct 2015 15:02:36 -0400 Subject: [PATCH] [3780] Addressed review comments Fixed misspelling in log message. --- src/lib/dhcpsrv/dhcpsrv_messages.mes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 5a6bd0c04f..f85bb3768e 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -538,7 +538,7 @@ unlikely to occur or negatively impact server operation. A debug message issued when the server is attempting to delete a lease for the specified address from the PostgreSQL database for the specified address. -% DHCPSRV_PGSQL_FATAL_ERROR Unrecoverable Postgres error occurred: Statement: <%1>, reason: %2 (error code: %3). Server exiting now! +% DHCPSRV_PGSQL_FATAL_ERROR Unrecoverable PostgreSQL error occurred: Statement: <%1>, reason: %2 (error code: %3). Server exiting now! An error message indicating that communication with the MySQL database server has been lost. When this occurs the server exits immediately with a non-zero exit code. This is most likely due to a network issue. -- 2.47.2