Log PSI changes with DEBUG level. It's too noisy
This commit is contained in:
parent
8ae7d9e6f6
commit
adffbe77d7
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ psi_parse_pmt(th_transport_t *t, const uint8_t *ptr, int len, int chksvcid,
|
|||
}
|
||||
|
||||
if(update) {
|
||||
tvhlog(LOG_INFO, "PSI", "Transport \"%s\" PMT (version %d) updated"
|
||||
tvhlog(LOG_DEBUG, "PSI", "Transport \"%s\" PMT (version %d) updated"
|
||||
"%s%s%s%s%s%s%s%s%s%s",
|
||||
transport_nicename(t), version,
|
||||
update&PMT_UPDATE_PCR ? ", PCR PID changed":"",
|
||||
|
|
Loading…
Add table
Reference in a new issue