]> git.sesse.net Git - vlc/blobdiff - modules/demux/m3u.c
All: string review (refs: #438)
[vlc] / modules / demux / m3u.c
index 11bd1dced8859fbe358b51833822cffa3e45b829..56785925ea6555a927247ac00b95f4509f20a932 100644 (file)
@@ -191,7 +191,7 @@ static int Activate( vlc_object_t * p_this )
     /* Allocate p_m3u */
     p_demux->p_sys = malloc( sizeof( demux_sys_t ) );
     p_demux->p_sys->i_type = i_type;
-    msg_Dbg( p_this, "Playlist type: %d - %d", i_type, i_type2 );
+    msg_Dbg( p_this, "playlist type: %d - %d", i_type, i_type2 );
 
     return VLC_SUCCESS;
 }