diff --git a/eth/utp/utp_router.nim b/eth/utp/utp_router.nim index 4c106e5..7fcf6c3 100644 --- a/eth/utp/utp_router.nim +++ b/eth/utp/utp_router.nim @@ -261,7 +261,7 @@ proc innerConnect[A](s: UtpSocket[A]): Future[ConnectionResult[A]] {.async.} = raise exc proc connect[A](s: UtpSocket[A]): Future[ConnectionResult[A]] = - info "Initiating connection", dst = s.socketKey + debug "Initiating connection", dst = s.socketKey # Create inner future, to make sure we are installing cancelCallback # on whole connection future, and not only part of it