Catch all exception when connecting to other peers

This commit is contained in:
abitmore 2016-09-06 20:57:01 +02:00 committed by GitHub
parent ead2db3272
commit 5ad763b0bf

View file

@ -979,6 +979,7 @@ namespace graphene { namespace net { namespace detail {
{ {
elog("${e}", ("e", e)); elog("${e}", ("e", e));
} }
FC_CAPTURE_AND_LOG( () )
}// while(!canceled) }// while(!canceled)
} }