[sr-dev] git:master: dispatcher(k): changed the diagnostic about no sets being defined to debug

Peter Dunkley peter.dunkley at crocodile-rcs.com
Thu Jul 21 15:55:35 CEST 2011


Module: sip-router
Branch: master
Commit: ec755f34ef81886a09a5b84d3ffba443a6300a35
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec755f34ef81886a09a5b84d3ffba443a6300a35

Author: pd <peter.dunkley at crocodile-rcs.com>
Committer: pd <peter.dunkley at crocodile-rcs.com>
Date:   Thu Jul 21 14:54:34 2011 +0100

dispatcher(k): changed the diagnostic about no sets being defined to debug

- This is currently an error.  It's not an error that you don't have any sets,
  it just means you haven't created any yet.

---

 modules_k/dispatcher/dispatch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/dispatcher/dispatch.c b/modules_k/dispatcher/dispatch.c
index a056dcb..d1a9d70 100644
--- a/modules_k/dispatcher/dispatch.c
+++ b/modules_k/dispatcher/dispatch.c
@@ -2317,7 +2317,7 @@ void ds_check_timer(unsigned int ticks, void* param)
 	/* Check for the list. */
 	if(_ds_list==NULL || _ds_list_nr<=0)
 	{
-		LM_ERR("no destination sets\n");
+		LM_DBG("no destination sets\n");
 		return;
 	}
 




More information about the sr-dev mailing list