This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 29092007
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git

commit bc291d352d72cf9a7caec407f67052969e178f60
Author: Weerapurage Dinesh Premalal <[email protected]>
AuthorDate: Sun Oct 14 19:43:19 2007 +0000

    fixed build break
---
 src/core/transport/http/server/simple_axis2_server/http_server_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/core/transport/http/server/simple_axis2_server/http_server_main.c 
b/src/core/transport/http/server/simple_axis2_server/http_server_main.c
index 45bfc9e..2faefd3 100644
--- a/src/core/transport/http/server/simple_axis2_server/http_server_main.c
+++ b/src/core/transport/http/server/simple_axis2_server/http_server_main.c
@@ -234,7 +234,7 @@ sig_handler(
 
     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);

Reply via email to