Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3190:f451e93cd58b
log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Feb 2019 20:30:08 +0100 |
parents | 6f89d22a6ec0 |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3189:6f89d22a6ec0 | 3190:f451e93cd58b |
---|---|
269 { | 269 { |
270 LOG(INFO) << MISSING << "GetChildrenMetadata()"; | 270 LOG(INFO) << MISSING << "GetChildrenMetadata()"; |
271 isOptimal = false; | 271 isOptimal = false; |
272 } | 272 } |
273 | 273 |
274 if (extensions_.getAllMetadata == NULL) | |
275 { | |
276 LOG(INFO) << MISSING << "GetAllMetadata()"; | |
277 isOptimal = false; | |
278 } | |
279 | |
280 if (extensions_.lookupResourceAndParent == NULL) | |
281 { | |
282 LOG(INFO) << MISSING << "LookupResourceAndParent()"; | |
283 isOptimal = false; | |
284 } | |
285 | |
274 if (isOptimal) | 286 if (isOptimal) |
275 { | 287 { |
276 LOG(INFO) << "The performance of the database index plugin " | 288 LOG(INFO) << "The performance of the database index plugin " |
277 << "is optimal for this version of Orthanc"; | 289 << "is optimal for this version of Orthanc"; |
278 } | 290 } |