From ff5b596e2806592ceca27836c783a17166a17f70 Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Fri, 17 Jun 2016 20:56:56 +0200
Subject: [PATCH] [BL] added error message

---
 BaseLib/ConfigTree.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BaseLib/ConfigTree.cpp b/BaseLib/ConfigTree.cpp
index fff16136b25..1e5d49c0394 100644
--- a/BaseLib/ConfigTree.cpp
+++ b/BaseLib/ConfigTree.cpp
@@ -73,6 +73,7 @@ ConfigTree::~ConfigTree()
     try {
         checkAndInvalidate();
     } catch (std::exception& e) {
+        ERR("%s", e.what());
         configtree_destructor_error_messages.push_front(e.what());
     }
 }
-- 
GitLab