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 di...@apache.org on 2007/10/14 21:43:20 UTC

svn commit: r584594 - /webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c

Author: dinesh
Date: Sun Oct 14 12:43:19 2007
New Revision: 584594

URL: http://svn.apache.org/viewvc?rev=584594&view=rev
Log:
fixed build break

Modified:
    webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c

Modified: webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c?rev=584594&r1=584593&r2=584594&view=diff
==============================================================================
--- webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c (original)
+++ webservices/axis2/branches/c/29092007/src/core/transport/http/server/simple_axis2_server/http_server_main.c Sun Oct 14 12:43:19 2007
@@ -234,7 +234,7 @@
 
     if (!system_env)
     {
-        AXIS2_LOG_ERROR(system_env->log, 
+        AXIS2_LOG_ERROR(system_env->log, AXIS2_LOG_SI,
                         "Received signal %d, unable to proceed system_env is NULL ,\
                          system exit with -1", signal);
         _exit (-1);



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