From 607a53842a5d88e78e2c8e636fffef81909a0a7c Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 8 Apr 2014 04:53:11 +0400 Subject: [PATCH] fixed debug logging --- ngx_rtmp_play_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngx_rtmp_play_module.c b/ngx_rtmp_play_module.c index 4d51af7..acaa46c 100644 --- a/ngx_rtmp_play_module.c +++ b/ngx_rtmp_play_module.c @@ -861,7 +861,7 @@ ngx_rtmp_play_next_entry(ngx_rtmp_session_t *s, ngx_rtmp_play_t *v) NGX_FILE_DEFAULT_ACCESS); if (ctx->file.fd == NGX_INVALID_FILE) { - ngx_log_debug1(NGX_LOG_ERR, s->connection->log, ngx_errno, + ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, ngx_errno, "play: error opening file '%s'", path); continue; }