]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Don't whine about "unknown card". We already say that in a better way in another...
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 24 Jun 2010 12:20:17 +0000 (12:20 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 24 Jun 2010 12:20:17 +0000 (12:20 +0000)
src/cwc.c

index fc29c096a763ae20d55b3f978aff8f39a2ed1d60..b5dbaece56a641cfe4cdf68289e220b7ec9099ca 100644 (file)
--- a/src/cwc.c
+++ b/src/cwc.c
@@ -621,8 +621,7 @@ cwc_detect_card_type(cwc_t *cwc)
     break;
   default:
     cwc->cwc_card_type = CARD_UNKNOWN;
-    tvhlog(LOG_INFO, "cwc", "%s: unknown card",
-          cwc->cwc_hostname);
+    break;
   }
 }