You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2009/03/06 12:49:43 UTC

svn commit: r750861 - /webservices/savan/trunk/c/src/filters/xpath/filter_mod.c

Author: damitha
Date: Fri Mar  6 11:49:42 2009
New Revision: 750861

URL: http://svn.apache.org/viewvc?rev=750861&view=rev
Log: (empty)

Modified:
    webservices/savan/trunk/c/src/filters/xpath/filter_mod.c

Modified: webservices/savan/trunk/c/src/filters/xpath/filter_mod.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/filters/xpath/filter_mod.c?rev=750861&r1=750860&r2=750861&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/filters/xpath/filter_mod.c (original)
+++ webservices/savan/trunk/c/src/filters/xpath/filter_mod.c Fri Mar  6 11:49:42 2009
@@ -160,7 +160,7 @@
     filtermodimpl = SAVAN_INTF_TO_IMPL(filtermod);
 
     AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, 
-            "[savan] Entry:savan_xpath_filter_mod_insert_subscriber");
+            "[savan] Entry:savan_xpath_filter_mod_apply");
 
 	xfilter = (xmlChar *) savan_subscriber_get_filter(subscriber, env);
 	if(!xfilter)
@@ -230,7 +230,7 @@
 	}
 
     AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, 
-            "[savan] Exit:savan_xpath_filter_insert_subscriber");
+            "[savan] Exit:savan_xpath_filter_mod_apply");
     return NULL;
 }