Author: damitha
Date: Sun Jun 1 23:41:25 2008
New Revision: 662339
URL: http://svn.apache.org/viewvc?rev=662339&view=rev
Log:
Removing unneccessary log messages
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_bean_mgr.c
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_sender_mgr.c
Modified: webservices/sandesha/trunk/c/src/storage/sqlite/permanent_bean_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_bean_mgr.c?rev=662339&r1=662338&r2=662339&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_bean_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_bean_mgr.c Sun
Jun 1 23:41:25 2008
@@ -838,8 +838,6 @@
{
int rc = -1;
sqlite3 *dbconn = NULL;
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2]dbname:%s",
- dbname);
rc = sqlite3_open(dbname, &(dbconn));
if(rc != SQLITE_OK)
{
Modified: webservices/sandesha/trunk/c/src/storage/sqlite/permanent_sender_mgr.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_sender_mgr.c?rev=662339&r1=662338&r2=662339&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_sender_mgr.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_sender_mgr.c Sun
Jun 1 23:41:25 2008
@@ -617,7 +617,6 @@
sprintf(sql_find + axutil_strlen(sql_find), "and
internal_seq_id='%s'",
seq_id);
sprintf(sql_find + axutil_strlen(sql_find), " and send=%d", AXIS2_TRUE);
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "sql_find:%s", sql_find);
match_list = sandesha2_permanent_bean_mgr_find(sender_mgr_impl->bean_mgr,
env, sandesha2_sender_find_callback, sql_find);
match_list_size = axutil_array_list_size(match_list, env);
@@ -634,8 +633,6 @@
bean = (sandesha2_sender_bean_t *) axutil_array_list_get(match_list,
env, i);
msg_type = sandesha2_sender_bean_get_msg_type(bean, env);
- AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2]msg_type:%d",
- msg_type);
if(msg_type == SANDESHA2_MSG_TYPE_APPLICATION)
{
long msg_no = sandesha2_sender_bean_get_msg_no(bean, env);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]