Fixed a mismatch between a format string and its argument list (was reported by sparse).

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2244 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-24 17:23:37 +00:00
parent f519990ab2
commit fc27d91219

View File

@@ -715,7 +715,7 @@ restart:
MSG_DONTWAIT | MSG_NOSIGNAL);
set_fs(oldfs);
TRACE_DBG("msg_iovlen %d, first_len %d, read_size %d, res %d",
TRACE_DBG("msg_iovlen %zd, first_len %d, read_size %d, res %d",
msg.msg_iovlen, first_len, conn->read_size, res);
if (res > 0) {