Browse Source

[3780] Addressed review comments

    Fixed misspelling in log message.
Thomas Markwalder 9 years ago
parent
commit
148c44b3fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/dhcpsrv_messages.mes

+ 1 - 1
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
 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.
 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
 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
 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.
 exit code.  This is most likely due to a network issue.