diff Framework/Plugins/StorageBackend.cpp @ 265:cd73e34d5411

improved log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 16:14:04 +0200
parents d663d9e44f8d
children 567761f0c1ea
line wrap: on
line diff
--- 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);
       }
     }