You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pr...@apache.org on 2006/01/03 17:05:04 UTC

svn commit: r365669 - /webservices/axis/trunk/c/src/common/AxisCPPConfigDefaultsImpl.cpp

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)