Author: damitha
Date: Fri Feb 3 02:10:29 2006
New Revision: 374632
URL: http://svn.apache.org/viewcvs?rev=374632&view=rev
Log:
updated
Modified:
webservices/axis2/trunk/c/test/util/test_log.c
Modified: webservices/axis2/trunk/c/test/util/test_log.c
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/test_log.c?rev=374632&r1=374631&r2=374632&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/test_log.c (original)
+++ webservices/axis2/trunk/c/test/util/test_log.c Fri Feb 3 02:10:29 2006
@@ -18,7 +18,8 @@
printf("cannot create error\n");
return NULL;
}
- axis2_log_t *log22 = axis2_log_create (allocator, NULL);
+
+ axis2_log_t *log22 = axis2_log_create (allocator, NULL,NULL);
if (!log22)
{
printf("cannot create log\n");
@@ -28,7 +29,7 @@
* allow all types of logs
*/
log22->level = AXIS2_LOG_LEVEL_DEBUG;
-
+/* log22->enabled = 0;*/
axis2_env_t *env = axis2_env_create_with_error_log(allocator, error,
log22);
if (!env)
{