]> granicus.if.org Git - apache/blobdiff - modules/proxy/mod_proxy_ftp.c
Remove some getpid() logging, this is now also included in the error log
[apache] / modules / proxy / mod_proxy_ftp.c
index fdf87c176542e4a50662b64c31bca97935bf2568..e7ee16609ba86ea05e70e4b7b87ad3f50fb13f0d 100644 (file)
@@ -1917,9 +1917,8 @@ static int proxy_ftp_handler(request_rec *r, proxy_worker *worker,
             {
                 apr_off_t readbytes;
                 apr_brigade_length(bb, 0, &readbytes);
-                ap_log_error(APLOG_MARK, APLOG_DEBUG, 0,
-                             r->server, "proxy (PID %d): readbytes: %#x",
-                             getpid(), readbytes);
+                ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
+                             "proxy: readbytes: %#x", readbytes);
             }
 #endif
             /* sanity check */