Skip to content

Commit 607a538

Browse files
committed
fixed debug logging
1 parent 812e2fd commit 607a538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_rtmp_play_module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ ngx_rtmp_play_next_entry(ngx_rtmp_session_t *s, ngx_rtmp_play_t *v)
861861
NGX_FILE_DEFAULT_ACCESS);
862862

863863
if (ctx->file.fd == NGX_INVALID_FILE) {
864-
ngx_log_debug1(NGX_LOG_ERR, s->connection->log, ngx_errno,
864+
ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, ngx_errno,
865865
"play: error opening file '%s'", path);
866866
continue;
867867
}

0 commit comments

Comments
 (0)