Mercurial > hg > orthanc
changeset 2351:56504f89d4ac
log info
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 18 Jul 2017 08:41:09 +0200 |
parents | 49152eef696f |
children | 3ab96768d144 |
files | Core/Toolbox.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Toolbox.cpp Tue Jul 18 07:26:04 2017 +0200 +++ b/Core/Toolbox.cpp Tue Jul 18 08:41:09 2017 +0200 @@ -1269,7 +1269,7 @@ } else { - LOG(WARNING) << "Using locale: \"" << locale << "\""; + LOG(INFO) << "Using locale: \"" << locale << "\" for case-insensitive comparison of strings"; globalLocale_.reset(new std::locale(locale)); } }