comparison 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
comparison
equal deleted inserted replaced
2008:dc82c754dcaa 2009:e2dd40abce72
2985 pluginImage != NULL) 2985 pluginImage != NULL)
2986 { 2986 {
2987 return reinterpret_cast<ImageAccessor*>(pluginImage); 2987 return reinterpret_cast<ImageAccessor*>(pluginImage);
2988 } 2988 }
2989 2989
2990 LOG(WARNING) << "The custom image decoder cannot handle an image, fallback to the built-in decoder"; 2990 LOG(INFO) << "The installed image decoding plugins cannot handle an image, fallback to the built-in decoder";
2991 } 2991 }
2992 } 2992 }
2993 2993
2994 DefaultDicomImageDecoder defaultDecoder; 2994 DefaultDicomImageDecoder defaultDecoder;
2995 return defaultDecoder.Decode(dicom, size, frame); // TODO RETURN NULL ??? 2995 return defaultDecoder.Decode(dicom, size, frame); // TODO RETURN NULL ???