[wsf-c-dev] svn commit r439 - wsf/c/wsclient/src
svn at wso2.com
svn at wso2.com
Mon Jan 15 22:25:37 PST 2007
Author: dinesh
Date: Mon Jan 15 22:25:28 2007
New Revision: 439
Modified:
wsf/c/wsclient/src/wsclient_stub.c
Log:
replaced axis2c_home with wsfc_home
Modified: wsf/c/wsclient/src/wsclient_stub.c
==============================================================================
--- wsf/c/wsclient/src/wsclient_stub.c (original)
+++ wsf/c/wsclient/src/wsclient_stub.c Mon Jan 15 22:25:28 2007
@@ -627,12 +627,12 @@
{
printf ("WSFC_HOME environment variable doesn't set properly.Please recheck\n");
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
- "[wsclient] AXIS2C_HOME is empty");
+ "[wsclient] WSFC_HOME is empty");
return WSCLIENT_FAILURE;
}
else
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,
- "[wsclient] AXIS2C_HOME %s", client_home);
+ "[wsclient] WSFC_HOME %s", client_home);
if (dest_uri)
{
More information about the Wsf-c-dev
mailing list