mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user