]> git.saurik.com Git - apple/security.git/blobdiff - Network/http-proxy-protocol.cpp
Security-163.tar.gz
[apple/security.git] / Network / http-proxy-protocol.cpp
index b35cb1591d353804a101d13d367530cfab6e0ee8..28a0de93550ce411a53bab979d237f225cd30a98 100644 (file)
@@ -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());
 }