Mercurial > hg > orthanc-databases
changeset 11:0217486720b3
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Jul 2018 11:45:52 +0200 |
parents | 3686ba3f9cdb |
children | 41543239072d |
files | PostgreSQL/Plugins/IndexPlugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }