From eed658ec104bbc5bc63026a749a6419095d839f2 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 25 Nov 2013 07:15:25 +0000 Subject: [PATCH] epggrab: move message to debug, to stop startup spam! --- src/epggrab/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c index 4840ff1b..d53534a3 100644 --- a/src/epggrab/channel.c +++ b/src/epggrab/channel.c @@ -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;