From: Joe Orton Date: Tue, 18 Dec 2012 09:01:02 +0000 (+0000) Subject: * modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO. X-Git-Tag: 2.5.0-alpha~5969 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a685d6ae6bacb3248dad06eb974ea3b6b450d221;p=apache * modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 20f7c8be18..7cce2de386 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2410 +2411 diff --git a/modules/proxy/mod_proxy_ftp.c b/modules/proxy/mod_proxy_ftp.c index bad1cc3c46..035bf7cde1 100644 --- a/modules/proxy/mod_proxy_ftp.c +++ b/modules/proxy/mod_proxy_ftp.c @@ -1465,7 +1465,7 @@ static int proxy_ftp_handler(request_rec *r, proxy_worker *worker, "EPSV attempt to connect to %pI failed - firewall/NAT?", &epsv_addr)); } else { - ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO(02410) "connected data socket to %pI", &epsv_addr); connect = 1; }