Module: kamailio
Branch: master
Commit: eecd7ecd9b0340fd330ceb167e0e8c82f557a049
URL:
https://github.com/kamailio/kamailio/commit/eecd7ecd9b0340fd330ceb167e0e8c8…
Author: jaybeepee <jason.penton(a)gmail.com>
Committer: jaybeepee <jason.penton(a)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/eecd7ecd9b0340fd330ceb167e0e8c8…
Patch:
https://github.com/kamailio/kamailio/commit/eecd7ecd9b0340fd330ceb167e0e8c8…
---
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 */