mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
driver/streamts.cpp: fix debug msg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 00e188b37d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -127,7 +127,7 @@ bool CStreamInstance::Send(ssize_t r)
|
|||||||
if (ret != r) {
|
if (ret != r) {
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
perror("send");
|
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();
|
mutex.unlock();
|
||||||
|
Reference in New Issue
Block a user