From: Thomas Markwalder Date: Tue, 27 Oct 2015 19:02:36 +0000 (-0400) Subject: [3780] Addressed review comments X-Git-Tag: trac4106_base~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148c44b3fef7c66e520b3fe246ede85b1120d660;p=thirdparty%2Fkea.git [3780] Addressed review comments Fixed misspelling in log message. --- 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.