From: Kevin P. Fleming Date: Thu, 12 Oct 2006 19:16:16 +0000 (+0000) Subject: eliminate compiler warning X-Git-Tag: 1.6.0-beta1~3^2~4430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b0cc8c94923f45678d96d69e7947173e120ed0;p=thirdparty%2Fasterisk.git eliminate compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44973 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 71fc681461..ee285a92d6 100644 --- 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) {