fix previous commit to actually do it properly...
authorKevin P. Fleming <kpfleming@digium.com>
Wed, 16 Nov 2005 17:46:59 +0000 (17:46 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Wed, 16 Nov 2005 17:46:59 +0000 (17:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7115 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 497c90f..d44655a 100755 (executable)
@@ -3461,7 +3461,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
                                        return -1;
                                }
                                if (debug)
-                                       ast_verbose("Found video format %s\n", codec);
+                                       ast_verbose("Found RTP video format %d\n", codec);
                                ast_rtp_set_m_type(p->vrtp, codec);
                                codecs = ast_skip_blanks(codecs + len);
                        }