Module: sip-router
Branch: 3.2
Commit: fd93460c8766f255d118dc3e29a201ff1a0c4056
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd93460…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Apr 18 17:23:59 2012 +0100
modules_k/rls: Some diagnostics at the wrong level
(cherry picked from commit fb6308b6cfc558190fac67050b65f3a6fcc73cdb)
---
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 762be0c..b63aca8 100644
--- a/modules_k/rls/resource_notify.c
+++ b/modules_k/rls/resource_notify.c
@@ -283,7 +283,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");
@@ -293,7 +293,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;