]> git.sesse.net Git - vlc/commitdiff
This doesn't need to be an info message.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Aug 2008 12:26:58 +0000 (14:26 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Aug 2008 12:27:19 +0000 (14:27 +0200)
src/playlist/loadsave.c

index 4015c1e93ba7c7a6eda653271d3e6a8546b8ef30..4c56c363ec7aca8e781bb8362a51f887a66d22ea 100644 (file)
@@ -44,7 +44,7 @@ int playlist_Export( playlist_t * p_playlist, const char *psz_filename ,
 
     if( p_export_root == NULL ) return VLC_EGENERIC;
 
-    msg_Info( p_playlist, "saving %s to file %s",
+    msg_Dbg( p_playlist, "saving %s to file %s",
                     p_export_root->p_input->psz_name, psz_filename );
 
     /* Prepare the playlist_export_t structure */