[vlc-devel] [PATCH] old http: Change ICY metaint warning to debug

Marvin Scholz epirat07 at gmail.com
Sun Oct 29 14:18:25 CET 2017


It does not make much sense to warn in this case, as nothing happened
that would justify a warning.
---
 modules/access/http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index 1ace2db902..abfa42afd5 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -889,7 +889,7 @@ static int Connect( stream_t *p_access )
             if( p_sys->i_icy_meta > 0 )
                 p_sys->b_icecast = true;
 
-            msg_Warn( p_access, "ICY metaint=%d", p_sys->i_icy_meta );
+            msg_Dbg( p_access, "ICY metaint=%d", p_sys->i_icy_meta );
         }
         else if( !strcasecmp( psz, "Icy-Name" ) )
         {
-- 
2.13.5 (Apple Git-94)



More information about the vlc-devel mailing list