comparison 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
comparison
equal deleted inserted replaced
264:7ec412af11cb 265:cd73e34d5411
2503 # endif 2503 # endif
2504 #endif 2504 #endif
2505 2505
2506 if (!hasLoadedV3) 2506 if (!hasLoadedV3)
2507 { 2507 {
2508 LOG(WARNING) << "Performance warning: Your version of the Orthanc SDK doesn't support multiple readers/writers"; 2508 LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support multiple readers/writers";
2509 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend); 2509 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend);
2510 } 2510 }
2511 } 2511 }
2512 2512
2513 2513