Mercurial > hg > orthanc
changeset 5937:4bd7e199a5e1
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Dec 2024 21:33:32 +0100 |
parents | 433e89edb3a0 |
children | 5e5069357246 |
files | OrthancServer/Sources/ResourceFinder.cpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/ResourceFinder.cpp Mon Dec 16 18:35:27 2024 +0100 +++ b/OrthancServer/Sources/ResourceFinder.cpp Mon Dec 16 21:33:32 2024 +0100 @@ -483,7 +483,7 @@ pagingMode_ = PagingMode_FullDatabase; if (databaseLimits_ != 0 && limitsCount_ > databaseLimits_) { - LOG(WARNING) << "ResourceFinder: 'Limit' is larger than LimitFindResults/LimitFindInstances configurations, using limit fron the configuration file"; + LOG(WARNING) << "ResourceFinder: \"Limit\" is larger than LimitFindResults/LimitFindInstances configurations, using limit from the configuration file"; limitsCount_ = databaseLimits_; } @@ -1122,7 +1122,7 @@ { std::string joinedMetaTags; FromDcmtkBridge::FormatListOfTags(joinedMetaTags, metaTagsToRemove); - LOG(WARNING) << "W006: Unable to include tags from the Meta Header in 'RequestedTags'. Skipping them: " << joinedMetaTags; + LOG(WARNING) << "W006: Unable to include tags from the Meta Header in \"RequestedTags\". Skipping them: " << joinedMetaTags; } Toolbox::RemoveSets(remainingRequestedTags, metaTagsToRemove); @@ -1142,7 +1142,7 @@ { std::string joinedTags; FromDcmtkBridge::FormatListOfTags(joinedTags, remainingRequestedTags); - LOG(WARNING) << "W007: Unable to include requested tags since 'StorageAccessOnFind' does not allow accessing the storage to build answers: " << joinedTags; + LOG(WARNING) << "W007: Unable to include requested tags since \"StorageAccessOnFind\" does not allow accessing the storage to build answers: " << joinedTags; } }