diff Framework/Plugins/StorageBackend.cpp @ 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 b988cb30534f
children ae4c0c7b2254
line wrap: on
line diff
--- 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);
       }