Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41254D0F8 for ; Thu, 22 Nov 2012 19:45:15 +0000 (UTC) Received: (qmail 29414 invoked by uid 500); 22 Nov 2012 19:45:14 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 29311 invoked by uid 500); 22 Nov 2012 19:45:14 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 29300 invoked by uid 99); 22 Nov 2012 19:45:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 19:45:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of apache-dev@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 19:45:05 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tbche-0004hg-TX for dev@httpd.apache.org; Thu, 22 Nov 2012 20:44:50 +0100 Received: from aorleans-552-1-100-76.w92-140.abo.wanadoo.fr ([92.140.171.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 20:44:50 +0100 Received: from christophe.jaillet by aorleans-552-1-100-76.w92-140.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 20:44:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: Christophe JAILLET Subject: Re: svn commit: r1412278 - /httpd/httpd/trunk/modules/debugging/mod_dumpio.c Date: Thu, 22 Nov 2012 20:44:27 +0100 Lines: 14 Message-ID: References: <20121121204002.64AD823888CD@eris.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: aorleans-552-1-100-76.w92-140.abo.wanadoo.fr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: X-Antivirus: avast! (VPS 121122-0, 22/11/2012), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Le 22/11/2012 14:44, Eric Covener a �crit : > On Wed, Nov 21, 2012 at 3:40 PM, wrote: >> Author: jailletc36 >> Date: Wed Nov 21 20:40:01 2012 >> New Revision: 1412278 >> >> URL: http://svn.apache.org/viewvc?rev=1412278&view=rev >> Log: >> mod_dumpio: Correctly log large messages + style issues >> PR 54179 > Please separate style from function commits (when you can) > Ok, noted. CJ