You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/11/21 13:21:14 UTC

svn commit: r597051 - /webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Author: damitha
Date: Wed Nov 21 04:21:14 2007
New Revision: 597051

URL: http://svn.apache.org/viewvc?rev=597051&view=rev
Log: (empty)

Modified:
    webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=597051&r1=597050&r2=597051&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Wed Nov 21 04:21:14 2007
@@ -250,7 +250,6 @@
     axis2_char_t *temp_str = NULL;
     axutil_array_list_t *ret = NULL;
     
-    AXIS2_ENV_CHECK(env, NULL);
     if(!str || 0 == axutil_strcmp("", str))
     {
         ret = axutil_array_list_create(env, AXIS2_ARRAY_LIST_DEFAULT_CAPACITY);
@@ -274,7 +273,7 @@
     {
         axis2_char_t *ret_str = NULL;
 
-        ret_str = axutil_strcat(env, "[sandesha2]Invalid String Array", str, NULL);
+        ret_str = axutil_strcat(env, "[sandesha2]Invalid String Array:", str, NULL);
         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, ret_str);
         AXIS2_ERROR_SET(env->error, SANDESHA2_ERROR_INVALID_STRING_ARRAY, 
             AXIS2_FAILURE);
@@ -288,7 +287,7 @@
     {
         axis2_char_t *ret_str = NULL;
 
-        ret_str = axutil_strcat(env, "[sandesha2]Invalid String Array", str, NULL);
+        ret_str = axutil_strcat(env, "[sandesha2]Invalid String Array:", str, NULL);
         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, ret_str);
         AXIS2_ERROR_SET(env->error, SANDESHA2_ERROR_INVALID_STRING_ARRAY, 
             AXIS2_FAILURE);



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