comparison Framework/Plugins/StorageBackend.cpp @ 265:cd73e34d5411

improved log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 16:14:04 +0200
parents d663d9e44f8d
children 567761f0c1ea
comparison
equal deleted inserted replaced
264:7ec412af11cb 265:cd73e34d5411
582 # endif 582 # endif
583 #endif 583 #endif
584 584
585 if (!hasLoadedV2) 585 if (!hasLoadedV2)
586 { 586 {
587 LOG(WARNING) << "Performance warning: Your version of the Orthanc SDK doesn't support reading of file ranges"; 587 LOG(WARNING) << "Performance warning: Your version of the Orthanc core doesn't support reading of file ranges";
588 OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove); 588 OrthancPluginRegisterStorageArea(context_, StorageCreate, StorageRead, StorageRemove);
589 } 589 }
590 } 590 }
591 } 591 }
592 592