Author: damitha
Date: Wed Mar  4 11:55:39 2009
New Revision: 749971

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

Modified:
    webservices/savan/trunk/c/src/storage/registry/storage_mgr.c

Modified: webservices/savan/trunk/c/src/storage/registry/storage_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/storage/registry/storage_mgr.c?rev=749971&r1=749970&r2=749971&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/storage/registry/storage_mgr.c (original)
+++ webservices/savan/trunk/c/src/storage/registry/storage_mgr.c Wed Mar  4 
11:55:39 2009
@@ -362,12 +362,10 @@
 
     subscriber_id = savan_subscriber_get_id(subscriber, env);
     filter = savan_subscriber_get_filter(subscriber, env);
-    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "filter:%s", filter);
     val = remote_registry_resource_get_property(index_res, env, subscriber_id);
     if(val)
     {
         path = axutil_strcat(env, val, AXIS2_PATH_SEP_STR, subscriber_id, 
NULL);
-        AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "path:%s", path);
     }
 
     res = remote_registry_get(storagemgrimpl->remote_registry, env, path, 
NULL);


Reply via email to