[vlc-devel] commit: Remove debug. (Antoine Cellerier )

git version control git at videolan.org
Sat Jan 17 18:16:19 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Jan 17 18:10:38 2009 +0100| [de2fd3321812f88c297a58f22576e84e424a9b8b] | committer: Antoine Cellerier 

Remove debug.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de2fd3321812f88c297a58f22576e84e424a9b8b
---

 modules/access/ftp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/access/ftp.c b/modules/access/ftp.c
index 6aac40f..0eea41d 100644
--- a/modules/access/ftp.c
+++ b/modules/access/ftp.c
@@ -508,7 +508,6 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
                       p_sys->url.psz_host, p_sys->url.i_port,
                       p_sys->url.psz_path, psz_line );
             free( psz_line );
-            msg_Err( p_access, "%s", p_buffer );
             return strlen( (const char *)p_buffer );
         }
     }




More information about the vlc-devel mailing list