mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 11:49: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;
|
||||
|
||||
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) {
|
||||
stream = ngx_http_spdy_get_stream_by_id(sc, sid);
|
||||
|
Loading…
Reference in New Issue
Block a user