Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 16440 invoked from network); 3 Jan 2006 16:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jan 2006 16:05:27 -0000 Received: (qmail 13498 invoked by uid 500); 3 Jan 2006 16:05:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 13290 invoked by uid 500); 3 Jan 2006 16:05:25 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 13279 invoked by uid 99); 3 Jan 2006 16:05:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2006 08:05:25 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Jan 2006 08:05:24 -0800 Received: (qmail 16272 invoked by uid 65534); 3 Jan 2006 16:05:04 -0000 Message-ID: <20060103160504.16269.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r365669 - /webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp Date: Tue, 03 Jan 2006 16:05:04 -0000 To: axis-cvs@ws.apache.org From: prestonf@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: prestonf Date: Tue Jan 3 08:05:01 2006 New Revision: 365669 URL: http://svn.apache.org/viewcvs?rev=365669&view=rev Log: Change made to this file because the programmatic configuration test for changing the client log file was not working. This was because the code was modifying the server log file. Modified: webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp Modified: webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp?rev=365669&r1=365668&r2=365669&view=diff ============================================================================== --- webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp (original) +++ webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp Tue Jan 3 08:05:01 2006 @@ -63,7 +63,7 @@ //todo set each value, if set pszValue = getClientLog(); if(pszValue) - g_pConfig->setValue(0,AXCONF_LOGPATH, pszValue); + g_pConfig->setValue(0,AXCONF_CLIENTLOGPATH, pszValue); pszValue = getClientWSDDFile(); if(pszValue)