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 pi...@apache.org on 2007/12/17 13:32:05 UTC

svn commit: r604855 - /webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c

Author: pini
Date: Mon Dec 17 04:32:04 2007
New Revision: 604855

URL: http://svn.apache.org/viewvc?rev=604855&view=rev
Log:
Fixing jira issue 835

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c?rev=604855&r1=604854&r2=604855&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c Mon Dec 17 04:32:04 2007
@@ -197,8 +197,8 @@
 	}
 	else
 	{
-		AXIS2_LOG_WARNING (env->log, AXIS2_LOG_SI, "provided repo path %s is " 
-						   "not exsist or no permissions to read, set "
+		AXIS2_LOG_WARNING (env->log, AXIS2_LOG_SI, "provided repo path %s does " 
+						   "not exist or no permissions to read, set "
 						   "repo_path to DEFAULT_REPO_PATH", repo_path);
 		repo_path = DEFAULT_REPO_PATH;
 	}



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org