Skip to content

Commit

Permalink
[+] changing log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Dec 4, 2024
1 parent f9a1eab commit d0abe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/xqc_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,7 @@ xqc_conn_info_print(xqc_connection_t *conn, xqc_conn_stats_t *conn_stats)
init_cwnd = conn->conn_settings.cc_params.customize_on ? conn->conn_settings.cc_params.init_cwnd : 0;

/* conn info */
ret = snprintf(buff, buff_size, "%s,%u,%u,%u,%u,%u,%u,"
ret = snprintf(buff, buff_size, "%s,%"PRIu64",%"PRIu64",%"PRIu64",%u,%u,%u,"
"%u,%u,%u,%u,%u,%u,%u,%"PRIu64",%"PRIu64",%"PRIu64",i%u,"
#ifdef XQC_ENABLE_FEC
"%u,%u,%u,%u,%u,%u,%u,"
Expand Down

0 comments on commit d0abe05

Please sign in to comment.