mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
style fix
This commit is contained in:
@ -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,
|
ngx_log_debug6(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
||||||
"hls: restore fragment '%*s' id=%uL, "
|
"hls: restore fragment '%*s' id=%uL, "
|
||||||
"duration=%.3f, frag=%uL, nfrags=%ui",
|
"duration=%.3f, frag=%uL, nfrags=%ui",
|
||||||
(size_t) (last - p), p, f->id, f->duration, ctx->frag,
|
(size_t) (last - p), p, f->id, f->duration,
|
||||||
ctx->nfrags);
|
ctx->frag, ctx->nfrags);
|
||||||
}
|
}
|
||||||
|
|
||||||
p = next;
|
p = next;
|
||||||
|
Reference in New Issue
Block a user