X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/bac41a7b9a0a9254fa30f8bb6e6038ab71a483e2..9a27adb241486ab7597ffaea2b5613cd3d8e1f60:/Network/ftp-proxy-protocol.cpp?ds=sidebyside diff --git a/Network/ftp-proxy-protocol.cpp b/Network/ftp-proxy-protocol.cpp index 9ce4ef34..7290b8bf 100644 --- a/Network/ftp-proxy-protocol.cpp +++ b/Network/ftp-proxy-protocol.cpp @@ -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()); }