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/11 08:08:10 UTC

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

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);*/
 }