Module: sip-router Branch: master Commit: fb6308b6cfc558190fac67050b65f3a6fcc73cdb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb6308b6...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Apr 18 17:23:59 2012 +0100
modules_k/rls: Some diagnostics at the wrong level
---
modules_k/rls/resource_notify.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/rls/resource_notify.c b/modules_k/rls/resource_notify.c index 99478c9..dbbe635 100644 --- a/modules_k/rls/resource_notify.c +++ b/modules_k/rls/resource_notify.c @@ -306,7 +306,7 @@ static void send_notifies(db1_res_t *result, int did_col, int resource_uri_col, if (resource_added == 1) { /* We added at least one resource. */ - LM_ERR("timer_send_notify hit the size limit. len_est = %d\n", len_est); + LM_DBG("timer_send_notify hit the size limit. len_est = %d\n", len_est); if (send_notify(&rlmi_doc, buf, buf_len, bstr, dialog, hash_code)) { LM_ERR("in send_notify\n"); @@ -316,7 +316,7 @@ static void send_notifies(db1_res_t *result, int did_col, int resource_uri_col, } else { - LM_ERR("timer_send_notify hit the size limit. NO RESOURCE ADDED len_est = %d\n", len_est); + LM_DBG("timer_send_notify hit the size limit. NO RESOURCE ADDED len_est = %d\n", len_est); } len_est = 0;