Browse Source

modules/cdp: changed WARN log to DBG

jaybeepee 9 năm trước cách đây
mục cha
commit
eecd7ecd9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */