projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecfae3
)
eliminate compiler warning
author
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 12 Oct 2006 19:16:16 +0000
(19:16 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Thu, 12 Oct 2006 19:16:16 +0000
(19:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44973
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
71fc681
..
ee285a9
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-4401,7
+4401,7
@@
static void parse_request(struct sip_request *req)
else if (*c == '\n') { /* end of this line */
*c = '\0';
if (sipdebug && option_debug > 3)
- ast_log(LOG_DEBUG, "%7s %2d [%3d]: %s\n",
+ ast_log(LOG_DEBUG, "%7s %2d [%3zd]: %s\n",
req->headers < 0 ? "Header" : "Body",
i, strlen(dst[i]), dst[i]);
if (ast_strlen_zero(dst[i]) && req->headers < 0) {