mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
Fix build.
This commit is contained in:
parent
21eaac9a3e
commit
5bc8cd4044
@ -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…
Reference in New Issue
Block a user