]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
subscriptions: changed 'no transponder available' to 'no input source available'
authorJaroslav Kysela <perex@perex.cz>
Thu, 18 Dec 2014 14:15:02 +0000 (15:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 18 Dec 2014 14:15:02 +0000 (15:15 +0100)
src/subscriptions.c

index 298d7f39a3f8d0db6f1f6644e550cab873fd41ab..9aedad170fa84b6fe277a7b993bbbadafffb7aef 100644 (file)
@@ -198,7 +198,7 @@ subscription_show_none(th_subscription_t *s)
 {
   channel_t *ch = s->ths_channel;
   tvhlog(LOG_NOTICE, "subscription",
-        "%04X: No transponder available for subscription \"%s\" "
+        "%04X: No input source available for subscription \"%s\" "
         "to channel \"%s\"",
           shortid(s), s->ths_title, ch ? channel_get_name(ch) : "none");
 }