driver/streamts.cpp: fix debug msg

This commit is contained in:
[CST] Focus
2012-11-15 19:16:10 +04:00
parent 1f65f1bc80
commit 00e188b37d

View File

@@ -127,7 +127,7 @@ bool CStreamInstance::Send(ssize_t r)
if (ret != r) {
if (r < 0)
perror("send");
printf("send err, fd %d: %d\n", *it, r);
printf("send err, fd %d: (%d from %d)\n", *it, ret, r);
}
}
mutex.unlock();