@@ -845,10 +845,6 @@ ngx_rtmp_notify_parse_http_header(ngx_rtmp_session_t *s,
845
845
for (p = b -> pos ; p != b -> last ; ++ p ) {
846
846
c = * p ;
847
847
848
- ngx_log_debug3 (NGX_LOG_DEBUG_RTMP , s -> connection -> log , 0 ,
849
- "header state:%i, n:%ui, c:%c" ,
850
- (ngx_int_t ) state , n , c );
851
-
852
848
if (c == '\r' ) {
853
849
continue ;
854
850
}
@@ -943,7 +939,7 @@ ngx_rtmp_notify_connect_handle(ngx_rtmp_session_t *s,
943
939
if (rc > 0 ) {
944
940
* ngx_cpymem (v -> app , app , rc ) = 0 ;
945
941
ngx_log_error (NGX_LOG_INFO , s -> connection -> log , 0 ,
946
- "notify: connect redirect to '%s'" , v -> app );
942
+ "notify: connect redirect to '%s'" , v -> app );
947
943
}
948
944
}
949
945
@@ -975,7 +971,7 @@ ngx_rtmp_notify_publish_handle(ngx_rtmp_session_t *s,
975
971
if (rc > 0 ) {
976
972
* ngx_cpymem (v -> name , name , rc ) = 0 ;
977
973
ngx_log_error (NGX_LOG_INFO , s -> connection -> log , 0 ,
978
- "notify: publish redirect to '%s'" , v -> name );
974
+ "notify: publish redirect to '%s'" , v -> name );
979
975
}
980
976
}
981
977
@@ -1007,7 +1003,7 @@ ngx_rtmp_notify_play_handle(ngx_rtmp_session_t *s,
1007
1003
if (rc > 0 ) {
1008
1004
* ngx_cpymem (v -> name , name , rc ) = 0 ;
1009
1005
ngx_log_error (NGX_LOG_INFO , s -> connection -> log , 0 ,
1010
- "notify: play redirect to '%s'" , v -> name );
1006
+ "notify: play redirect to '%s'" , v -> name );
1011
1007
}
1012
1008
}
1013
1009
0 commit comments