jsproxy: Use debugstr_a on URL.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9743328859
commit
aee52678f2
|
@ -635,7 +635,7 @@ BOOL WINAPI InternetGetProxyInfo( LPCSTR url, DWORD len_url, LPCSTR hostname, DW
|
||||||
WCHAR *urlW = NULL, *hostnameW = NULL;
|
WCHAR *urlW = NULL, *hostnameW = NULL;
|
||||||
BOOL ret = FALSE;
|
BOOL ret = FALSE;
|
||||||
|
|
||||||
TRACE( "%s, %u, %s, %u, %p, %p\n", url, len_url, hostname, len_hostname, proxy, len_proxy );
|
TRACE( "%s, %u, %s, %u, %p, %p\n", debugstr_a(url), len_url, hostname, len_hostname, proxy, len_proxy );
|
||||||
|
|
||||||
EnterCriticalSection( &cs_jsproxy );
|
EnterCriticalSection( &cs_jsproxy );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue