[sr-dev] git:master:eecd7ecd: modules/cdp: changed WARN log to DBG

jaybeepee jason.penton at gmail.com
Fri Feb 12 19:05:24 CET 2016


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

Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2016-02-12T19:48:15+02:00

modules/cdp: changed WARN log to DBG

---

Modified: modules/cdp/peermanager.c

---

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

---

diff --git a/modules/cdp/peermanager.c b/modules/cdp/peermanager.c
index ad99276..31de026 100644
--- a/modules/cdp/peermanager.c
+++ b/modules/cdp/peermanager.c
@@ -312,7 +312,7 @@ int peer_timer(time_t now,void *ptr)
 						p->waitingDWA = 1;
 						Snd_DWR(p);
 						touch_peer(p);
-						LM_WARN("Inactivity on peer [%.*s], sending DWR... - if we don't get a reply, the peer will be closed\n", p->fqdn.len, p->fqdn.s);
+						LM_DBG("Inactivity on peer [%.*s], sending DWR... - if we don't get a reply, the peer will be closed\n", p->fqdn.len, p->fqdn.s);
 					}
 					break;
 				/* ignored states */




More information about the sr-dev mailing list