Author: damitha
Date: Fri Feb  3 02:11:39 2006
New Revision: 374633

URL: http://svn.apache.org/viewcvs?rev=374633&view=rev
Log:
updated

Modified:
    webservices/axis2/trunk/c/test/util/test_util.c

Modified: webservices/axis2/trunk/c/test/util/test_util.c
URL: 
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/test_util.c?rev=374633&r1=374632&r2=374633&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/test_util.c (original)
+++ webservices/axis2/trunk/c/test/util/test_util.c Fri Feb  3 02:11:39 2006
@@ -257,7 +257,7 @@
                printf("cannot create error\n");
                return;
        }
-    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");


Reply via email to