]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Log PSI changes with DEBUG level. It's too noisy
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 16 Feb 2010 20:13:33 +0000 (20:13 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 16 Feb 2010 20:13:33 +0000 (20:13 +0000)
src/psi.c

index 378b6ac5875d279fbdce4680992a14bfb031dd02..56e604ff0b8a90f3306e9c762d2142a406e7a25b 100644 (file)
--- a/src/psi.c
+++ b/src/psi.c
@@ -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":"",