comparison Framework/Plugins/IndexBackend.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 6b18d3fbee82
children 2447c290fc73
comparison
equal deleted inserted replaced
276:b783063f51f1 278:e55e4e8f9459
2533 # endif 2533 # endif
2534 #endif 2534 #endif
2535 2535
2536 if (!hasLoadedV3) 2536 if (!hasLoadedV3)
2537 { 2537 {
2538 LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support multiple readers/writers"; 2538 LOG(WARNING) << "Performance warning: Your version of the Orthanc core or SDK doesn't support multiple readers/writers";
2539 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend); 2539 OrthancDatabases::DatabaseBackendAdapterV2::Register(backend);
2540 } 2540 }
2541 } 2541 }
2542 2542
2543 2543