changeset 25:69a94267cdea

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jul 2018 21:01:37 +0200
parents 17f849b2af34
children 19eec364236b
files Framework/Common/ImplicitTransaction.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }
   }