mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-05 04:38:34 +02:00
pat.cpp: add debug if sid not found
This commit is contained in:
@@ -96,6 +96,8 @@ unsigned short CPat::GetPmtPid(t_service_id sid)
|
|||||||
if(it != sidpmt.end())
|
if(it != sidpmt.end())
|
||||||
pid = it->second;
|
pid = it->second;
|
||||||
}
|
}
|
||||||
|
if(!pid)
|
||||||
|
printf("[pat] sid %04x not found\n", sid);
|
||||||
return pid;
|
return pid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user