# HG changeset patch # User Sebastien Jodogne # Date 1619104967 -7200 # Node ID 74710e0fda07b84653aecdb3f3997b9d2704fce9 # Parent a3c4dce95a2753907895f5e5c5f49d9c73e724d0# Parent e55e4e8f94598de1629c573006a22a3f256a1fd7 integration OrthancPostgreSQL-4.0->mainline diff -r a3c4dce95a27 -r 74710e0fda07 Framework/Plugins/IndexBackend.cpp --- 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); } } diff -r a3c4dce95a27 -r 74710e0fda07 Framework/Plugins/StorageBackend.cpp --- 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); }