Mercurial > hg > orthanc-databases
changeset 278:e55e4e8f9459 OrthancPostgreSQL-4.0
improved log message
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 17:22:26 +0200 |
parents | b783063f51f1 |
children | 74710e0fda07 e6667a24040c |
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 Thu Apr 22 16:02:10 2021 +0200 +++ b/Framework/Plugins/IndexBackend.cpp Thu Apr 22 17:22:26 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:02:10 2021 +0200 +++ b/Framework/Plugins/StorageBackend.cpp Thu Apr 22 17:22:26 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); }