Security-163.tar.gz
[apple/security.git] / Network / ftp-proxy-protocol.cpp
index 9ce4ef34fef1bd9e954f9a5d75b868cfb5cc6509..7290b8bf61b7901ea961fdfe79aa8508400e1d10 100644 (file)
@@ -32,7 +32,7 @@ namespace Network {
 FTPProxyProtocol::FTPProxyProtocol(Manager &mgr, const HostTarget &proxy)
     : FTPProtocol(mgr), host(proxy.defaultPort(defaultFtpPort))
 {
-    debug("uaproxy", "%p ftp proxy for %s", this, host.urlForm().c_str());
+    secdebug("uaproxy", "%p ftp proxy for %s", this, host.urlForm().c_str());
 }