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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to