Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 42857 invoked from network); 19 Jun 2009 17:24:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 17:24:00 -0000 Received: (qmail 20368 invoked by uid 500); 19 Jun 2009 17:24:10 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 20317 invoked by uid 500); 19 Jun 2009 17:24:10 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 20288 invoked by uid 99); 19 Jun 2009 17:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 17:24:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 17:24:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1C59223888AD; Fri, 19 Jun 2009 17:23:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r786592 - in /cxf/branches/2.2.x-fixes: ./ rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java Date: Fri, 19 Jun 2009 17:23:45 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090619172346.1C59223888AD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Jun 19 17:23:45 2009 New Revision: 786592 URL: http://svn.apache.org/viewvc?rev=786592&view=rev Log: Merged revisions 786583 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r786583 | dkulp | 2009-06-19 13:06:27 -0400 (Fri, 19 Jun 2009) | 1 line Change log level to fine ........ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Jun 19 17:23:45 2009 @@ -1 +1 @@ -/cxf/trunk:782728-782730,783097,783294,783396,784059,784181-784184,784893,784895,785279-785282,785468,785621,785624,785651,785734,785866,786142,786271-786272,786395,786514,786582 +/cxf/trunk:782728-782730,783097,783294,783396,784059,784181-784184,784893,784895,785279-785282,785468,785621,785624,785651,785734,785866,786142,786271-786272,786395,786514,786582-786583 Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ --- svnmerge-integrated (original) +++ svnmerge-integrated Fri Jun 19 17:23:45 2009 @@ -1 +1 @@ -/cxf/trunk:1-782619,782728-782730,783097,783294,783396,784059,784181-784184,784893-785866,785932,786142,786271-786272,786395,786514,786582 +/cxf/trunk:1-782619,782728-782730,783097,783294,783396,784059,784181-784184,784893-785866,785932,786142,786271-786272,786395,786514,786582-786583 Modified: cxf/branches/2.2.x-fixes/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java?rev=786592&r1=786591&r2=786592&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java (original) +++ cxf/branches/2.2.x-fixes/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/JBITransportFactory.java Fri Jun 19 17:23:45 2009 @@ -105,7 +105,7 @@ } public void setDeliveryChannel(DeliveryChannel newDeliverychannel) { - LOG.info(new org.apache.cxf.common.i18n.Message( + LOG.fine(new org.apache.cxf.common.i18n.Message( "CONFIG.DELIVERY.CHANNEL", LOG).toString() + newDeliverychannel); deliveryChannel = newDeliverychannel; }