X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/7948e047ad0cdb129f10661905b2f3eecd5c85a0..df0e469fdcf0e0b3ef74bac6500e5751c40b4ec1:/Network/ftp-proxy-protocol.cpp 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()); }