Module: sip-router Branch: master Commit: cc10916886a583136bb608f6048b4f1c4eca2564 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc109168...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Mon Jun 28 09:59:47 2010 -0400
core: sdp parser - log reformating
- cosmetic change of a log while printing the parsed sdp stream
---
parser/sdp/sdp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/parser/sdp/sdp.c b/parser/sdp/sdp.c index f0e490f..e6721a7 100644 --- a/parser/sdp/sdp.c +++ b/parser/sdp/sdp.c @@ -758,7 +758,7 @@ void print_sdp_stream(sdp_stream_cell_t *stream) { sdp_payload_attr_t *payload;
- LM_DBG("....stream[%d]:%p=>%p {%p} '%.*s' '%.*s:%.*s' [%.*s] '%.*s' '%.*s' '%.*s:%.*s' (%d)=>%p '%.*s' '%.*s' '%.*s' '%.*s' '%.*s' '%.*s'\n", + LM_DBG("....stream[%d]:%p=>%p {%p} '%.*s' '%.*s:%.*s:%.*s' '%.*s' '%.*s' '%.*s:%.*s' (%d)=>%p '%.*s' '%.*s' '%.*s' '%.*s' '%.*s' '%.*s'\n", stream->stream_num, stream, stream->next, stream->p_payload_attr, stream->media.len, stream->media.s,