[mgcp] Degrade verbosity to debug

This commit is contained in:
Holger Hans Peter Freyther 2010-03-31 12:31:09 +02:00
parent fa7afb31e9
commit 2980442e33
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ int mgcp_endpoints_allocate(struct mgcp_config *cfg)
void mgcp_free_endp(struct mgcp_endpoint *endp)
{
LOGP(DMGCP, LOGL_NOTICE, "Deleting endpoint on: 0x%x\n", ENDPOINT_NUMBER(endp));
LOGP(DMGCP, LOGL_DEBUG, "Deleting endpoint on: 0x%x\n", ENDPOINT_NUMBER(endp));
endp->ci= CI_UNUSED;
if (endp->callid) {