# HG changeset patch # User Sebastien Jodogne # Date 1531129552 -7200 # Node ID 0217486720b38229590ac18b62078304b27ca4dc # Parent 3686ba3f9cdb0a3dfada936dd726dbfde6f4e6da typo diff -r 3686ba3f9cdb -r 0217486720b3 PostgreSQL/Plugins/IndexPlugin.cpp --- a/PostgreSQL/Plugins/IndexPlugin.cpp Mon Jul 09 11:43:31 2018 +0200 +++ b/PostgreSQL/Plugins/IndexPlugin.cpp Mon Jul 09 11:45:52 2018 +0200 @@ -106,7 +106,7 @@ ORTHANC_PLUGINS_API void OrthancPluginFinalize() { - LOG(WARNING) << "PostgreSQL index area is finalizing"; + LOG(WARNING) << "PostgreSQL index is finalizing"; backend_.reset(NULL); }