Commit afe22a41 authored by justcoding121's avatar justcoding121 Committed by GitHub

Merge pull request #90 from davemcdermid/http-console-fix

Fixed console message typo in SetAsSystemHttpProxy
parents c2ade782 207860be
...@@ -186,7 +186,7 @@ namespace Titanium.Web.Proxy ...@@ -186,7 +186,7 @@ namespace Titanium.Web.Proxy
#if !DEBUG #if !DEBUG
firefoxProxySettingsManager.AddFirefox(); firefoxProxySettingsManager.AddFirefox();
#endif #endif
Console.WriteLine("Set endpoint at Ip {1} and port: {2} as System HTTPS Proxy", endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port); Console.WriteLine("Set endpoint at Ip {1} and port: {2} as System HTTP Proxy", endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port);
} }
......
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