From 90794afc9095783004a3ca881e42947faeeec7a2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 29 Sep 2010 15:22:14 +0000 Subject: [PATCH] svn merge -c2244 https://scst.svn.sourceforge.net/svnroot/scst/trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2303 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/nthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 513cf0d2f..662145f89 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -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) {