]> git.sesse.net Git - vlc/commitdiff
access_http: fix unbalanced quotes
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 5 May 2010 06:49:42 +0000 (08:49 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 5 May 2010 06:49:42 +0000 (08:49 +0200)
modules/access/http.c

index 4b440065e569a9140700ecfe841845c0be9009a5..abb157f92159b8a8e47454f2c3218c1f5543ae2e 100644 (file)
@@ -481,7 +481,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
         }
     }
 
-    msg_Dbg( p_access, "http: server='%s' port=%d file='%s",
+    msg_Dbg( p_access, "http: server='%s' port=%d file='%s'",
              p_sys->url.psz_host, p_sys->url.i_port, p_sys->url.psz_path );
     if( p_sys->b_proxy )
     {