diff --git a/llarp/quic/connection.cpp b/llarp/quic/connection.cpp index 119324e5d..c908ffb9c 100644 --- a/llarp/quic/connection.cpp +++ b/llarp/quic/connection.cpp @@ -1114,6 +1114,7 @@ namespace llarp::quic int Connection::complete_handshake() { + log::debug(logcat, "Calling {}", __PRETTY_FUNCTION__); if (conn->flags & NGTCP2_CONN_FLAG_HANDSHAKE_COMPLETED) return 0;