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/31 17:12:25 UTC

svn commit: r590731 - /webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Author: damitha
Date: Wed Oct 31 09:12:24 2007
New Revision: 590731

URL: http://svn.apache.org/viewvc?rev=590731&view=rev
Log:
changing log messages to be more meaningful

Modified:
    webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Modified: webservices/axis2/trunk/c/src/core/deployment/conf_init.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/conf_init.c?rev=590731&r1=590730&r2=590731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/conf_init.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/conf_init.c Wed Oct 31 09:12:24 2007
@@ -258,10 +258,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