Mercurial > hg > orthanc-databases
changeset 279:74710e0fda07
integration OrthancPostgreSQL-4.0->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 17:22:47 +0200 |
parents | a3c4dce95a27 (current diff) e55e4e8f9459 (diff) |
children | b8ba198a8df3 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp Thu Apr 22 16:10:34 2021 +0200 +++ b/Framework/Plugins/IndexBackend.cpp Thu Apr 22 17:22:47 2021 +0200 @@ -2535,7 +2535,7 @@ if (!hasLoadedV3) { - LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support multiple readers/writers"; + LOG(WARNING) << "Performance warning: Your version of the Orthanc core or SDK doesn't support multiple readers/writers"; OrthancDatabases::DatabaseBackendAdapterV2::Register(backend); } }
--- a/Framework/Plugins/StorageBackend.cpp Thu Apr 22 16:10:34 2021 +0200 +++ b/Framework/Plugins/StorageBackend.cpp Thu Apr 22 17:22:47 2021 +0200 @@ -689,7 +689,7 @@ if (!hasLoadedV2) { - LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support reading of file ranges"; + LOG(WARNING) << "Performance warning: Your version of the Orthanc core or SDK doesn't support reading of file ranges"; OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove); }