Commit a57c91ed authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

wininet: Trace loaded proxy settings.

parent d945234c
......@@ -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;
......
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