diff Plugins/Engine/OrthancPlugins.cpp @ 2009:e2dd40abce72

catching SIGHUP signal
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 17:25:34 +0200
parents 655489d9165d
children 50b9bc19dc62
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Thu Jun 09 15:51:46 2016 +0200
+++ b/Plugins/Engine/OrthancPlugins.cpp	Thu Jun 09 17:25:34 2016 +0200
@@ -2987,7 +2987,7 @@
           return reinterpret_cast<ImageAccessor*>(pluginImage);
         }
 
-        LOG(WARNING) << "The custom image decoder cannot handle an image, fallback to the built-in decoder";
+        LOG(INFO) << "The installed image decoding plugins cannot handle an image, fallback to the built-in decoder";
       }
     }