Skip to content

Commit

Permalink
Catch all exception when connecting to other peers
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Sep 6, 2016
1 parent ead2db3 commit 5ad763b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/net/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ namespace graphene { namespace net { namespace detail {
{
elog("${e}", ("e", e));
}
FC_CAPTURE_AND_LOG( () )
}// while(!canceled)
}

Expand Down

0 comments on commit 5ad763b

Please sign in to comment.