FS-7046 follow up on type change

This commit is contained in:
Brian West 2014-12-03 15:44:27 -06:00
parent 170fb1715a
commit 7ce5171250
1 changed files with 1 additions and 1 deletions

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