FS-7046 follow up on type change

This commit is contained in:
Brian West 2014-12-03 15:44:27 -06:00 committed by Ken Rice
parent d600a15681
commit fdb269c2d2

View 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;
}