mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Fix build.
This commit is contained in:
parent
21eaac9a3e
commit
5bc8cd4044
1 changed files with 2 additions and 1 deletions
|
|
@ -395,7 +395,8 @@ ngx_http_quic_stream_handler(ngx_connection_t *c)
|
|||
{
|
||||
ngx_quic_stream_t *qs = c->qs;
|
||||
|
||||
printf("quic stream: 0x%lx\n", qs->id);
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
|
||||
"quic stream: 0x%uXL", qs->id);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue