You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2008/08/06 03:41:09 UTC

svn commit: r683082 - /webservices/axis2/trunk/c/src/core/engine/phase.c

Author: damitha
Date: Tue Aug  5 18:41:09 2008
New Revision: 683082

URL: http://svn.apache.org/viewvc?rev=683082&view=rev
Log:
Minor change

Modified:
    webservices/axis2/trunk/c/src/core/engine/phase.c

Modified: webservices/axis2/trunk/c/src/core/engine/phase.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/phase.c?rev=683082&r1=683081&r2=683082&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/engine/phase.c (original)
+++ webservices/axis2/trunk/c/src/core/engine/phase.c Tue Aug  5 18:41:09 2008
@@ -211,8 +211,8 @@
                     "Invoke the handler %s within the phase %s", handler_name,
                         phase->name);
 
-                /* Test code. This is used when valgrind is used to find leaks in Axis2/C modules.
-                 * if(!axutil_strcmp(handler_name, "SandeshaGlobalInHandler") || !axutil_strcmp(
+                /* Test code. This is used when valgrind is used to find leaks in Axis2/C modules.*/
+                /*if(!axutil_strcmp(handler_name, "SandeshaGlobalInHandler") || !axutil_strcmp(
                             handler_name, "SandeshaInHandler"))
                 {
                     AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI,