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 na...@apache.org on 2006/02/01 04:29:04 UTC

svn commit: r373975 - /webservices/axis2/trunk/c/test/xml/soap/test_soap.c

Author: nandika
Date: Tue Jan 31 19:29:00 2006
New Revision: 373975

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

Modified:
    webservices/axis2/trunk/c/test/xml/soap/test_soap.c

Modified: webservices/axis2/trunk/c/test/xml/soap/test_soap.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/test_soap.c?rev=373975&r1=373974&r2=373975&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/soap/test_soap.c (original)
+++ webservices/axis2/trunk/c/test/xml/soap/test_soap.c Tue Jan 31 19:29:00 2006
@@ -247,7 +247,6 @@
     }
     allocator = axis2_allocator_init (NULL);
     log = axis2_log_create(allocator, NULL);
-    log->level = AXIS2_LOG_DEBUG;
     error = axis2_error_create(allocator);
     env = axis2_env_create_with_error_log(allocator, error,  log);