diff --git a/BaseLib/ConfigTree.cpp b/BaseLib/ConfigTree.cpp
index fff16136b2548c19d91f167984887e0d3895fc2e..1e5d49c0394e4cc03a638beea893455df2aa61fc 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());
     }
 }