git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dc0f1
)
Remove bogus printf
author
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 19 Jan 2008 21:08:10 +0000
(21:08 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 19 Jan 2008 21:08:10 +0000
(21:08 +0000)
modules/access/http.c
patch
|
blob
|
history
diff --git
a/modules/access/http.c
b/modules/access/http.c
index
403392b
..
a03e9e1
100644
(file)
--- a/
modules/access/http.c
+++ b/
modules/access/http.c
@@
-369,8
+369,6
@@
connect:
p_sys->psz_location && *p_sys->psz_location )
{
msg_Dbg( p_access, "redirection to %s", p_sys->psz_location );
- printf("redirection to %s", p_sys->psz_location );
-
/* Do not accept redirection outside of HTTP works */
if( strncmp( p_sys->psz_location, "http", 4 )