comparison src/event/quic/ngx_event_quic_streams.c @ 8794:8433913911a9 quic

QUIC: fixed format specifier after 3789f4a56d65.
author Roman Arutyunyan <arut@nginx.com>
date Sun, 16 Jan 2022 00:28:13 +0300
parents 3789f4a56d65
children 6434160b4b78
comparison
equal deleted inserted replaced
8793:3789f4a56d65 8794:8433913911a9
886 if (in) { 886 if (in) {
887 wev->ready = 0; 887 wev->ready = 0;
888 } 888 }
889 889
890 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, 890 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
891 "quic send_chain sent:%O", n); 891 "quic send_chain sent:%uz", n);
892 892
893 return in; 893 return in;
894 } 894 }
895 895
896 896