From 97eb6cd894408158edd82319d07a7d187c47978b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Wed, 19 May 2021 19:23:40 +0200 Subject: [PATCH] Use debug logging for postpone message (#86) --- resources/lib/modules/iptvsimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/modules/iptvsimple.py b/resources/lib/modules/iptvsimple.py index 23cf481..afba8bc 100644 --- a/resources/lib/modules/iptvsimple.py +++ b/resources/lib/modules/iptvsimple.py @@ -73,7 +73,7 @@ def restart(cls, force=False): if not force and (kodiutils.get_cond_visibility('Pvr.IsPlayingTv') or kodiutils.get_cond_visibility('Pvr.IsPlayingRadio')): # Don't restart when we are Playing TV or Radio cls.restart_required = True - _LOGGER.info('Postponing restart of Simple IPTV since it is currently in use.') + _LOGGER.debug('Postponing restart of Simple IPTV since it is currently in use.') return cls.restart_required = False