diff PostgreSQL/Plugins/IndexPlugin.cpp @ 10:3686ba3f9cdb

don't include password in connection string if it is empty; it's seems its not supported by some pg drivers
author am@osimis.io
date Mon, 09 Jul 2018 11:43:31 +0200
parents 17bce6a07b2b
children 0217486720b3
line wrap: on
line diff
--- a/PostgreSQL/Plugins/IndexPlugin.cpp	Mon Jul 09 08:36:20 2018 +0200
+++ b/PostgreSQL/Plugins/IndexPlugin.cpp	Mon Jul 09 11:43:31 2018 +0200
@@ -106,7 +106,7 @@
 
   ORTHANC_PLUGINS_API void OrthancPluginFinalize()
   {
-    LOG(WARNING) << "PostgreSQL storage area is finalizing";
+    LOG(WARNING) << "PostgreSQL index area is finalizing";
     backend_.reset(NULL);
   }