You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/24 09:18:50 UTC

svn commit: r578679 - /webservices/rampart/trunk/c/src/omxmlsec/error.c

Author: kaushalye
Date: Mon Sep 24 00:18:49 2007
New Revision: 578679

URL: http://svn.apache.org/viewvc?rev=578679&view=rev
Log:
Using ERROR instead of INFO

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/error.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/error.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/error.c?rev=578679&r1=578678&r2=578679&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/error.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/error.c Mon Sep 24 00:18:49 2007
@@ -91,6 +91,6 @@
     AXIS2_VSNPRINTF(value, AXIS2_LEN_VALUE, msg, ap);
     va_end(ap);
 
-    AXIS2_LOG_INFO(env->log, "OXS ERROR [%s:%d in %s] %s , %s", file, line, func, error_msg, value);
+    AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI,"OXS ERROR [%s:%d in %s] %s , %s", file, line, func, error_msg, value );
     /*printf("\nOXS ERROR [%s:%d in %s] %s , %s\n", file, line, func, error_msg, value);*/
 }