[vlc-devel] commit: This doesn't need to be an info message. (Antoine Cellerier )
git version control
git at videolan.org
Sun Aug 24 14:22:41 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 24 14:26:58 2008 +0200| [c7edfac702b32cef1e1f85ef04a528e567e8e27d] | committer: Antoine Cellerier
This doesn't need to be an info message.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c7edfac702b32cef1e1f85ef04a528e567e8e27d
---
src/playlist/loadsave.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/playlist/loadsave.c b/src/playlist/loadsave.c
index 4015c1e..4c56c36 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 */
More information about the vlc-devel
mailing list