mgcp: Fix the log message. This is inside the MDCX printing routine

This commit is contained in:
Holger Hans Peter Freyther 2012-09-14 15:51:43 +02:00
parent cb3c2c95bf
commit 7456891439
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ static void bsc_mgcp_send_mdcx(struct bsc_connection *bsc, int port, struct mgcp
bsc->nat->mgcp_cfg->source_addr,
endp->bts_end.local_port);
if (len < 0) {
LOGP(DMGCP, LOGL_ERROR, "snprintf for DLCX failed.\n");
LOGP(DMGCP, LOGL_ERROR, "snprintf for MDCX failed.\n");
return;
}