comparison Framework/Plugins/IndexBackend.cpp @ 249:7f5ee2b42a86

better performance warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 10:07:14 +0200
parents e9ba888f371b
children 3bc442765b88
comparison
equal deleted inserted replaced
248:7a4f9bcb0bc2 249:7f5ee2b42a86
2465 # endif 2465 # endif
2466 #endif 2466 #endif
2467 2467
2468 if (!hasLoadedV3) 2468 if (!hasLoadedV3)
2469 { 2469 {
2470 LOG(WARNING) << "Performance warning: Your version of Orthanc doesn't support multiple readers/writers"; 2470 LOG(WARNING) << "Performance warning: Your version of the Orthanc SDK doesn't support multiple readers/writers";
2471 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend); 2471 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend);
2472 } 2472 }
2473 } 2473 }
2474 2474
2475 2475