From c7edfac702b32cef1e1f85ef04a528e567e8e27d Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 24 Aug 2008 14:26:58 +0200 Subject: [PATCH] This doesn't need to be an info message. --- src/playlist/loadsave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/loadsave.c b/src/playlist/loadsave.c index 4015c1e93b..4c56c363ec 100644 --- a/src/playlist/loadsave.c +++ b/src/playlist/loadsave.c @@ -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 */ -- 2.39.2