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