From: Sergey Kandaurov Date: Thu, 12 Mar 2020 15:08:26 +0000 (+0300) Subject: Fix build. X-Git-Tag: release-1.25.0~4^2~899 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=5bc8cd4044fe49d672607c365929459969a338fc;p=nginx.git Fix build. --- diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 7a2c78046..f463e674e 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -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); }