Commit 45ea8ad0 authored by Pierre Ynard's avatar Pierre Ynard

access_http: fix unbalanced quotes

parent a7dd0605
...@@ -481,7 +481,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access, ...@@ -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 ); p_sys->url.psz_host, p_sys->url.i_port, p_sys->url.psz_path );
if( p_sys->b_proxy ) if( p_sys->b_proxy )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment