From 5ad763b0bf7ec327ced8465bcef7efed58a665e6 Mon Sep 17 00:00:00 2001 From: abitmore Date: Tue, 6 Sep 2016 20:57:01 +0200 Subject: [PATCH] Catch all exception when connecting to other peers --- libraries/net/node.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/net/node.cpp b/libraries/net/node.cpp index 8df99538..9e13e599 100644 --- a/libraries/net/node.cpp +++ b/libraries/net/node.cpp @@ -979,6 +979,7 @@ namespace graphene { namespace net { namespace detail { { elog("${e}", ("e", e)); } + FC_CAPTURE_AND_LOG( () ) }// while(!canceled) }