summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 106c508d..323e8b21 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -641,6 +641,7 @@ Node::ReasonForTermination Node::run()
}
}
} catch ( ... ) {
+ LOG("FATAL: unexpected exception in core loop: unknown exception");
return impl->terminateBecause(Node::NODE_UNRECOVERABLE_ERROR,"unexpected exception during outer main I/O loop");
}