diff --git a/libraries/net/node.cpp b/libraries/net/node.cpp index 6fb212c7..8df99538 100644 --- a/libraries/net/node.cpp +++ b/libraries/net/node.cpp @@ -4192,7 +4192,7 @@ namespace graphene { namespace net { namespace detail { // limit the rate at which we accept connections to mitigate DOS attacks fc::usleep( fc::milliseconds(10) ); - } FC_CAPTURE_AND_RETHROW() + } FC_CAPTURE_AND_LOG( () ) } } // accept_loop()