From: Jaroslav Kysela Date: Fri, 24 Apr 2015 19:41:56 +0000 (+0200) Subject: subscriptions: reschedule - add warning when a service instance goes to the bad state X-Git-Tag: v4.1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e6a61a2959681786f337deae77d3f9cc2f9432;p=thirdparty%2Ftvheadend.git subscriptions: reschedule - add warning when a service instance goes to the bad state --- diff --git a/src/subscriptions.c b/src/subscriptions.c index 9ac7d2366..00252f0bd 100644 --- a/src/subscriptions.c +++ b/src/subscriptions.c @@ -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;