# HG changeset patch # User Sebastien Jodogne # Date 1618928044 -7200 # Node ID cd73e34d54110f986eca0ea8f8b45ba920c6d589 # Parent 7ec412af11cbce87cf7c72f8e653ec948c4372b6 improved log diff -r 7ec412af11cb -r cd73e34d5411 Framework/Plugins/IndexBackend.cpp --- a/Framework/Plugins/IndexBackend.cpp Tue Apr 20 15:56:22 2021 +0200 +++ b/Framework/Plugins/IndexBackend.cpp Tue Apr 20 16:14:04 2021 +0200 @@ -2505,7 +2505,7 @@ if (!hasLoadedV3) { - LOG(WARNING) << "Performance warning: Your version of the Orthanc SDK doesn't support multiple readers/writers"; + LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support multiple readers/writers"; OrthancDatabases::DatabaseBackendAdapterV2::Register(backend); } } diff -r 7ec412af11cb -r cd73e34d5411 Framework/Plugins/StorageBackend.cpp --- a/Framework/Plugins/StorageBackend.cpp Tue Apr 20 15:56:22 2021 +0200 +++ b/Framework/Plugins/StorageBackend.cpp Tue Apr 20 16:14:04 2021 +0200 @@ -584,7 +584,7 @@ if (!hasLoadedV2) { - LOG(WARNING) << "Performance warning: Your version of the Orthanc SDK doesn't support reading of file ranges"; + LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support reading of file ranges"; OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove); } }