Skip to content

Commit

Permalink
Merge pull request #671 from athonet-open/fix-cdp-dbg-level
Browse files Browse the repository at this point in the history
cdp: Change debug level of peer state to DBG
  • Loading branch information
miconda committed Jun 15, 2016
2 parents 483c26b + 79d022f commit 84bd336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cdp/peermanager.c
Expand Up @@ -275,7 +275,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:
Expand Down

0 comments on commit 84bd336

Please sign in to comment.