mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libspark/dmx.cpp: print pid if addPid fails
This commit is contained in:
@@ -549,7 +549,7 @@ bool cDemux::addPid(unsigned short Pid)
|
||||
pesfds.push_back(pfd);
|
||||
ret = (ioctl(fd, DMX_ADD_PID, &Pid));
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user