Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscriptions: reschedule - add warning when a service instance goes …
…to the bad state
  • Loading branch information
perexg committed Apr 24, 2015
1 parent 2f2d7ce commit d1e6a61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/subscriptions.c
Expand Up @@ -318,6 +318,9 @@ subscription_reschedule(void)
if(s->ths_state != SUBSCRIPTION_BAD_SERVICE)
continue; /* And it not bad, so we're happy */

tvhwarn("subscription", "%04X: service instance is bad, reason: %s",
shortid(s), streaming_code2txt(s->ths_testing_error));

t->s_streaming_status = 0;
t->s_status = SERVICE_IDLE;

Expand Down

0 comments on commit d1e6a61

Please sign in to comment.