]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Drop a stupid printf
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Sep 2009 19:42:21 +0000 (19:42 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Sep 2009 19:42:21 +0000 (19:42 +0000)
src/dvb/dvb_tables.c

index a91709979cff3736f0d6d31dea7d59819950cb45..5c4285fe9f8e09aeb3ff55fe11cf3953068c80d8 100644 (file)
@@ -836,10 +836,9 @@ dvb_table_cable_delivery(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
   if(!tdmi->tdmi_adapter->tda_autodiscovery)
     return -1;
 
-  if(len < 11) {
-    printf("Invalid CABLE DESCRIPTOR\n");
+  if(len < 11)
     return -1;
-  }
+
   memset(&dmc, 0, sizeof(dmc));
   dmc.dmc_fe_params.inversion = INVERSION_AUTO;