]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7046 follow up on type change
authorBrian West <brian@freeswitch.org>
Wed, 3 Dec 2014 21:44:27 +0000 (15:44 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 3 Dec 2014 21:44:27 +0000 (15:44 -0600)
src/mod/endpoints/mod_verto/mod_verto.c

index fe80c0d4b02a8986b94717b8a1d08541c346e607..7e91371f0da1be681e4e1d34fb7a2955415ae316 100644 (file)
@@ -1539,7 +1539,7 @@ new_req:
                        len = request.content_length - bytes;
 
                        if ((len = ws_raw_read(&jsock->ws, buffer + bytes, len, jsock->ws.block)) < 0) {
-                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Read error %d\n", len);
+                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Read error %" SWITCH_SIZE_T_FMT"\n", len);
                                goto done;
                        }