You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2007/10/22 02:29:56 UTC

svn commit: r586979 - /webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c

Author: damitha
Date: Sun Oct 21 17:29:56 2007
New Revision: 586979

URL: http://svn.apache.org/viewvc?rev=586979&view=rev
Log:
Improved the log message

Modified:
    webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c

Modified: webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c?rev=586979&r1=586978&r2=586979&view=diff
==============================================================================
--- webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c (original)
+++ webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c Sun Oct 21 17:29:56 2007
@@ -232,10 +232,11 @@
                         axutil_allocator_switch_to_local_pool(env->allocator);
                         if(!status)
                         {
-                            AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Service "\
-                                "%s initialization Failed. So exiting "\
-                                "conf_init()", axis2_svc_get_name(svc_desc, 
-                                    env));
+                            AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, 
+                                "Initialization failed for the service %s. "\
+                                "Check the service's init_with_conf() "\
+                                "function for errors and retry", 
+                                axis2_svc_get_name(svc_desc, env));
                         }
                     }
                 }



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