Merge remote-tracking branch 'origin/pr/205'

This commit is contained in:
Adam Sutton 2013-01-06 20:26:41 +00:00
commit 5f116646eb
2 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1009,6 +1009,10 @@ capmt_service_start(service_t *t)
lock_assert(&global_lock);
TAILQ_FOREACH(capmt, &capmts, capmt_link) {
/* skip, if we're not active */
if (!capmt->capmt_enabled)
continue;
tvhlog(LOG_INFO, "capmt",
"Starting capmt server for service \"%s\" on tuner %d",
t->s_svcname,