wininet: Trace loaded proxy settings.

This commit is contained in:
Daniel Lehman 2015-04-06 17:38:16 -07:00 committed by Alexandre Julliard
parent d945234c13
commit a57c91ed39
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ static BOOL INTERNET_ConfigureProxy( appinfo_t *lpwai )
if (wpi.proxyEnabled)
{
TRACE("http proxy = %s bypass = %s\n", debugstr_w(lpwai->proxy), debugstr_w(lpwai->proxyBypass));
TRACE("http proxy = %s bypass = %s\n", debugstr_w(wpi.proxy), debugstr_w(wpi.proxyBypass));
lpwai->accessType = INTERNET_OPEN_TYPE_PROXY;
lpwai->proxy = wpi.proxy;