MNCC: fix copy+paste mistake in log message and change it to DEBUG

This commit is contained in:
Harald Welte 2010-12-24 12:40:21 +01:00
parent eb76c7a93f
commit 91c59c8cb5
1 changed files with 1 additions and 1 deletions

View File

@ -2876,7 +2876,7 @@ int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
switch (bts->type) {
case GSM_BTS_TYPE_NANOBTS:
if (!trans->conn->lchan->abis_ip.rtp_socket) {
LOGP(DMNCC, LOGL_ERROR, "TCH frame for lchan != TCH_F\n");
DEBUGP(DMNCC, "TCH frame to lchan without RTP connection\n");
return 0;
}
return rtp_send_frame(trans->conn->lchan->abis_ip.rtp_socket, arg);