mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +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())
|
||||
pid = it->second;
|
||||
}
|
||||
if(!pid)
|
||||
printf("[pat] sid %04x not found\n", sid);
|
||||
return pid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user