# HG changeset patch # User Sebastien Jodogne # Date 1531422097 -7200 # Node ID 69a94267cdea7bd79e3fe9d0787158326ccffb83 # Parent 17f849b2af345ca41b5463898d10745caa6cc7db fix diff -r 17f849b2af34 -r 69a94267cdea Framework/Common/ImplicitTransaction.cpp --- a/Framework/Common/ImplicitTransaction.cpp Thu Jul 12 12:17:39 2018 +0200 +++ b/Framework/Common/ImplicitTransaction.cpp Thu Jul 12 21:01:37 2018 +0200 @@ -48,7 +48,8 @@ break; default: - throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); + LOG(ERROR) << "Internal error in ImplicitTransaction destructor"; + break; } }