mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 13:09:01 +08:00
SPDY: fixed format specifier in logging.
This commit is contained in:
parent
7ed1a9681b
commit
85048c0397
@ -1353,7 +1353,7 @@ ngx_http_spdy_state_window_update(ngx_http_spdy_connection_t *sc, u_char *pos,
|
|||||||
pos += NGX_SPDY_DELTA_SIZE;
|
pos += NGX_SPDY_DELTA_SIZE;
|
||||||
|
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, sc->connection->log, 0,
|
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, sc->connection->log, 0,
|
||||||
"spdy WINDOW_UPDATE sid:%ui delta:%ui", sid, delta);
|
"spdy WINDOW_UPDATE sid:%ui delta:%uz", sid, delta);
|
||||||
|
|
||||||
if (sid) {
|
if (sid) {
|
||||||
stream = ngx_http_spdy_get_stream_by_id(sc, sid);
|
stream = ngx_http_spdy_get_stream_by_id(sc, sid);
|
||||||
|
Loading…
Reference in New Issue
Block a user