summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-29 22:04:23 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-29 22:04:23 -0800
commit6e076e77d82ef78d407fab66b235fe936c02d13a (patch)
tree8dc64251edbc424ab8e049254e25181a24006e6e /node/Node.cpp
parentd75f2f7051c3d0b92cc801e32565b643a0bac4c0 (diff)
downloadinfinitytier-6e076e77d82ef78d407fab66b235fe936c02d13a.tar.gz
infinitytier-6e076e77d82ef78d407fab66b235fe936c02d13a.zip
More work on connection reset stuff...
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");
}