epggrab: move message to debug, to stop startup spam!

This commit is contained in:
Adam Sutton 2013-11-25 07:15:25 +00:00
parent 4848533c21
commit eed658ec10

View file

@ -71,7 +71,7 @@ epggrab_channel_link ( epggrab_channel_t *ec, channel_t *ch )
}
/* New link */
tvhlog(LOG_INFO, ec->mod->id, "linking %s to %s",
tvhdebug(ec->mod->id, "linking %s to %s",
ec->id, channel_get_name(ch));
ecl = calloc(1, sizeof(epggrab_channel_link_t));
ecl->ecl_channel = ch;