comparison Framework/Plugins/StorageBackend.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 b988cb30534f
children ae4c0c7b2254
comparison
equal deleted inserted replaced
276:b783063f51f1 278:e55e4e8f9459
687 # endif 687 # endif
688 #endif 688 #endif
689 689
690 if (!hasLoadedV2) 690 if (!hasLoadedV2)
691 { 691 {
692 LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support reading of file ranges"; 692 LOG(WARNING) << "Performance warning: Your version of the Orthanc core or SDK doesn't support reading of file ranges";
693 OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove); 693 OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove);
694 } 694 }
695 695
696 LOG(WARNING) << "The storage area plugin will retry up to " << backend_->GetMaxRetries() 696 LOG(WARNING) << "The storage area plugin will retry up to " << backend_->GetMaxRetries()
697 << " time(s) in the case of a collision"; 697 << " time(s) in the case of a collision";