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

improved log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 16:14:04 +0200
parents 29d2b76516f6
children cc7af42d4f23
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);
     }
   }