Rid compiler warning, make information meaningful in sip debug for codecs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-01 20:59:37 +00:00
parent 3d775d9286
commit 1dbc8e3f0e
2 changed files with 1 additions and 2 deletions

View File

@@ -2155,7 +2155,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
return -1;
}
if (sipdebug)
ast_verbose("Found audio format %s\n", ast_getformatname(codec));
ast_verbose("Found RTP audio format %d\n", codec);
ast_rtp_set_m_type(p->rtp, codec);
codecs += len;
/* Skip over any whitespace */