Mercurial > hg > orthanc-databases
changeset 265:cd73e34d5411
improved log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Apr 2021 16:14:04 +0200 |
parents | 7ec412af11cb |
children | cc7af42d4f23 |
files | Framework/Plugins/IndexBackend.cpp Framework/Plugins/StorageBackend.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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); } }
--- 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); } }