Mercurial > hg > orthanc
changeset 2555:50d80af0719e
removed annoying error log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 May 2018 16:00:16 +0200 |
parents | ea63d9f90377 |
children | 91e944c8389b b2f57399b067 |
files | Plugins/Samples/GdcmDecoder/Plugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/Plugin.cpp Wed May 02 11:50:47 2018 +0200 +++ b/Plugins/Samples/GdcmDecoder/Plugin.cpp Wed May 02 16:00:16 2018 +0200 @@ -54,7 +54,7 @@ *target = NULL; std::string s = "Cannot decode image using GDCM: " + std::string(e.what()); - OrthancPluginLogError(context_, s.c_str()); + OrthancPluginLogInfo(context_, s.c_str()); return OrthancPluginErrorCode_Plugin; } }