[sr-dev] git:master:84bd3366: Merge pull request #671 from athonet-open/fix-cdp-dbg-level

GitHub noreply at github.com
Wed Jun 15 11:55:35 CEST 2016


Module: kamailio
Branch: master
Commit: 84bd336687cd602b89a898ae38860b9842a9c97d
URL: https://github.com/kamailio/kamailio/commit/84bd336687cd602b89a898ae38860b9842a9c97d

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2016-06-15T11:55:30+02:00

Merge pull request #671 from athonet-open/fix-cdp-dbg-level

cdp: Change debug level of peer state to DBG

---

Modified: modules/cdp/peermanager.c

---

Diff:  https://github.com/kamailio/kamailio/commit/84bd336687cd602b89a898ae38860b9842a9c97d.diff
Patch: https://github.com/kamailio/kamailio/commit/84bd336687cd602b89a898ae38860b9842a9c97d.patch

---

diff --git a/modules/cdp/peermanager.c b/modules/cdp/peermanager.c
index 6bb7360..10ac507 100644
--- a/modules/cdp/peermanager.c
+++ b/modules/cdp/peermanager.c
@@ -275,7 +275,7 @@ int peer_timer(time_t now,void *ptr)
 		}
 
 		if (p->activity+config->tc<=now){
-			LM_INFO("peer_timer(): Peer %.*s \tState %d \n",p->fqdn.len,p->fqdn.s,p->state);
+			LM_DBG("peer_timer(): Peer %.*s \tState %d \n",p->fqdn.len,p->fqdn.s,p->state);
 			switch (p->state){
 				/* initiating connection */
 				case Closed:




More information about the sr-dev mailing list