removed extra logging

This commit is contained in:
Roman Arutyunyan 2013-05-13 17:25:54 +04:00
parent aeb20d0a24
commit 58bd602946

View file

@ -1113,18 +1113,12 @@ ngx_rtmp_notify_play_handle(ngx_rtmp_session_t *s,
u->uri_part = 1;
u->no_resolve = 1; /* want ip here */
ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
"notify: parse_url '%V'", &u->url);
if (ngx_parse_url(s->connection->pool, u) != NGX_OK) {
ngx_log_error(NGX_LOG_INFO, s->connection->log, 0,
"notify: pull failed '%V'", &local_name);
return NGX_ERROR;
}
ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
"notify: naddrs=%ui", u->naddrs);
ngx_rtmp_relay_pull(s, &local_name, &target);
next: