mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark/dmx.cpp: print pid if addPid fails
Origin commit data
------------------
Branch: master
Commit: 89d1587513
Author: martii <m4rtii@gmx.de>
Date: 2013-08-06 (Tue, 06 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -549,7 +549,7 @@ bool cDemux::addPid(unsigned short Pid)
|
|||||||
pesfds.push_back(pfd);
|
pesfds.push_back(pfd);
|
||||||
ret = (ioctl(fd, DMX_ADD_PID, &Pid));
|
ret = (ioctl(fd, DMX_ADD_PID, &Pid));
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
lt_info("%s: DMX_ADD_PID (%m)\n", __func__);
|
lt_info("%s: DMX_ADD_PID (%m) pid=%hx\n", __func__, Pid);
|
||||||
return (ret != -1);
|
return (ret != -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user