diff --git a/modules/cdp/peermanager.c b/modules/cdp/peermanager.c index 31de02674d5..2087a51d356 100644 --- a/modules/cdp/peermanager.c +++ b/modules/cdp/peermanager.c @@ -277,7 +277,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: