[vlc-devel] commit: directory: Remove unuseful debug message. (Pierre d'Herbemont )
git version control
git at videolan.org
Mon Jul 14 00:01:04 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Jul 14 00:03:24 2008 +0200| [79f590d49b6a4c2fb6c8325b4ec4f46078d41f7a]
directory: Remove unuseful debug message.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79f590d49b6a4c2fb6c8325b4ec4f46078d41f7a
---
modules/access/directory.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/access/directory.c b/modules/access/directory.c
index 3b8810e..49051dd 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -524,7 +524,6 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
p_input = input_ItemNewWithType( p_playlist,
psz_uri, entry, 0, NULL,
-1, ITEM_TYPE_FILE );
- msg_Dbg( p_playlist, "dir: created %s", p_input->psz_name );
if (p_input != NULL)
{
if( p_current_input )
@@ -535,7 +534,6 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
PLAYLIST_NO_REBUILD,
PLAYLIST_END, NULL, NULL,
false );
- msg_Dbg( p_playlist, "dir: Deleting %s", p_input->psz_name );
vlc_gc_decref( p_input );
if( i_ret != VLC_SUCCESS )
return VLC_EGENERIC;
More information about the vlc-devel
mailing list