Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscriptions: changed 'no transponder available' to 'no input source…
… available'
  • Loading branch information
perexg committed Dec 18, 2014
1 parent 75084b7 commit a67c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscriptions.c
Expand Up @@ -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");
}
Expand Down

0 comments on commit a67c6bb

Please sign in to comment.