comparison Plugins/Engine/OrthancPlugins.cpp @ 2135:cadfe0a2a393

fix in the sample basic plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 13:42:33 +0100
parents 9329ba17a069
children dd609a99d39a
comparison
equal deleted inserted replaced
2134:ddc75c6c712d 2135:cadfe0a2a393
938 { 938 {
939 return true; 939 return true;
940 } 940 }
941 else 941 else
942 { 942 {
943 GetErrorDictionary().LogError(error, true); 943 GetErrorDictionary().LogError(error, false);
944 throw OrthancException(static_cast<ErrorCode>(error)); 944 throw OrthancException(static_cast<ErrorCode>(error));
945 } 945 }
946 } 946 }
947 947
948 948