Module: kamailio
Branch: master
Commit: 84bd336687cd602b89a898ae38860b9842a9c97d
URL:
https://github.com/kamailio/kamailio/commit/84bd336687cd602b89a898ae38860b9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: GitHub <noreply(a)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/84bd336687cd602b89a898ae38860b9…
Patch:
https://github.com/kamailio/kamailio/commit/84bd336687cd602b89a898ae38860b9…
---
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: