Skip to content

Commit 4321b7a

Browse files
committed
[dev] optimize logging.
1 parent 27656f3 commit 4321b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_rtmp_gop_cache_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ ngx_int_t ngx_rtmp_gop_cache_play(ngx_rtmp_session_t *s, ngx_rtmp_play_t *v)
844844
}
845845

846846
ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
847-
"gop cache play: name='%s' start='%uD' duration='%uD' reset='%d'",
847+
"gop cache play: name='%s' start='%i' duration='%i' reset='%d'",
848848
v->name, (ngx_int_t) v->start,
849849
(ngx_int_t) v->duration, (ngx_uint_t) v->reset);
850850

0 commit comments

Comments
 (0)