浏览代码

modules/cdp: changed WARN log to DBG

jaybeepee 9 年之前
父节点
当前提交
eecd7ecd9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/cdp/peermanager.c

+ 1 - 1
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 */