Skip to content

Commit

Permalink
[+] add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Nov 5, 2023
1 parent 922d9ff commit 5b58fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transport/xqc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -5617,6 +5617,8 @@ xqc_conn_available_paths(xqc_engine_t *engine, const xqc_cid_t *cid)
available_paths++;
}
}

xqc_log(conn->log, XQC_LOG_DEBUG, "|xqc_conn_available_paths|%" PRId32 "|", available_paths);
return available_paths;
}

Expand Down

0 comments on commit 5b58fad

Please sign in to comment.