Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit afe22a4

Browse files
Merge pull request #90 from davemcdermid/http-console-fix
Fixed console message typo in SetAsSystemHttpProxy
2 parents c2ade78 + 207860b commit afe22a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/ProxyServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void SetAsSystemHttpProxy(ExplicitProxyEndPoint endPoint)
186186
#if !DEBUG
187187
firefoxProxySettingsManager.AddFirefox();
188188
#endif
189-
Console.WriteLine("Set endpoint at Ip {1} and port: {2} as System HTTPS Proxy", endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port);
189+
Console.WriteLine("Set endpoint at Ip {1} and port: {2} as System HTTP Proxy", endPoint.GetType().Name, endPoint.IpAddress, endPoint.Port);
190190

191191
}
192192

0 commit comments

Comments
 (0)