Skip to content
Snippets Groups Projects
Commit 49b0cc8c authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

eliminate compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0ecfae3d
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment