X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/bac41a7b9a0a9254fa30f8bb6e6038ab71a483e2..9a27adb241486ab7597ffaea2b5613cd3d8e1f60:/Network/http-proxy-protocol.cpp diff --git a/Network/http-proxy-protocol.cpp b/Network/http-proxy-protocol.cpp index b35cb159..28a0de93 100644 --- a/Network/http-proxy-protocol.cpp +++ b/Network/http-proxy-protocol.cpp @@ -32,7 +32,7 @@ namespace Network { HTTPProxyProtocol::HTTPProxyProtocol(Manager &mgr, const HostTarget &proxy) : HTTPProtocol(mgr), host(proxy.defaultPort(defaultHttpPort)) { - debug("uaproxy", "%p http proxy for %s", this, host.urlForm().c_str()); + secdebug("uaproxy", "%p http proxy for %s", this, host.urlForm().c_str()); }