comparison PostgreSQL/Plugins/IndexPlugin.cpp @ 11:0217486720b3

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 11:45:52 +0200
parents 3686ba3f9cdb
children 17f849b2af34
comparison
equal deleted inserted replaced
10:3686ba3f9cdb 11:0217486720b3
104 } 104 }
105 105
106 106
107 ORTHANC_PLUGINS_API void OrthancPluginFinalize() 107 ORTHANC_PLUGINS_API void OrthancPluginFinalize()
108 { 108 {
109 LOG(WARNING) << "PostgreSQL index area is finalizing"; 109 LOG(WARNING) << "PostgreSQL index is finalizing";
110 backend_.reset(NULL); 110 backend_.reset(NULL);
111 } 111 }
112 112
113 113
114 ORTHANC_PLUGINS_API const char* OrthancPluginGetName() 114 ORTHANC_PLUGINS_API const char* OrthancPluginGetName()