aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-03-12 18:08:26 +0300
committerSergey Kandaurov <pluknet@nginx.com>2020-03-12 18:08:26 +0300
commit5bc8cd4044fe49d672607c365929459969a338fc (patch)
tree3e5d6ac493adbc2d5ec95cdd67b3336add6eaddf /src/http/ngx_http_request.c
parent21eaac9a3e771af3b230198b44c199f1345eb1cc (diff)
downloadnginx-5bc8cd4044fe49d672607c365929459969a338fc.tar.gz
nginx-5bc8cd4044fe49d672607c365929459969a338fc.zip
Fix build.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c3
1 files changed, 2 insertions, 1 deletions
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);
}