style fix

This commit is contained in:
Roman Arutyunyan 2013-04-25 20:20:59 +04:00
parent 7688a62874
commit b0de943956

View file

@ -863,8 +863,8 @@ ngx_rtmp_hls_restore_stream(ngx_rtmp_session_t *s)
ngx_log_debug6(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
"hls: restore fragment '%*s' id=%uL, "
"duration=%.3f, frag=%uL, nfrags=%ui",
(size_t) (last - p), p, f->id, f->duration, ctx->frag,
ctx->nfrags);
(size_t) (last - p), p, f->id, f->duration,
ctx->frag, ctx->nfrags);
}
p = next;