mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 23:42:43 +02:00
libeplayer: reduce debugging output
Origin commit data
------------------
Branch: master
Commit: 54e719207a
Author: martii <m4rtii@gmx.de>
Date: 2013-07-19 (Fri, 19 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -952,7 +952,7 @@ static int Write(void *_context, void* _out)
|
||||
if (writer->writeData)
|
||||
res = writer->writeData(&call);
|
||||
|
||||
if (res <= 0)
|
||||
if (res < 0)
|
||||
{
|
||||
linuxdvb_err("failed to write data %d - %d\n", res, errno);
|
||||
linuxdvb_err("%s\n", strerror(errno));
|
||||
@@ -994,7 +994,7 @@ static int Write(void *_context, void* _out)
|
||||
if (writer->writeData)
|
||||
res = writer->writeData(&call);
|
||||
|
||||
if (res <= 0)
|
||||
if (res < 0)
|
||||
{
|
||||
linuxdvb_err("failed to write data %d - %d\n", res, errno);
|
||||
linuxdvb_err("%s\n", strerror(errno));
|
||||
|
Reference in New Issue
Block a user