Author: kaushalye
Date: Mon Sep 10 23:08:10 2007
New Revision: 574479
URL: http://svn.apache.org/viewvc?rev=574479&view=rev
Log:
Fixed JIRA https://issues.apache.org/jira/browse/RAMPARTC-24
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=574479&r1=574478&r2=574479&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/error.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/error.c Mon Sep 10 23:08:10 2007
@@ -92,5 +92,5 @@
va_end(ap);
AXIS2_LOG_INFO(env->log, "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);
+ /*printf("\nOXS ERROR [%s:%d in %s] %s , %s\n", file, line, func,
error_msg, value);*/
}