# HG changeset patch # User Sebastien Jodogne # Date 1525269616 -7200 # Node ID 50d80af0719e23225d6f68e7e97477c4f6ae2b5f # Parent ea63d9f9037731f38541f48cf70a753370054d30 removed annoying error log diff -r ea63d9f90377 -r 50d80af0719e Plugins/Samples/GdcmDecoder/Plugin.cpp --- 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; } }