Skip to content

Commit

Permalink
Use debug logging for postpone message (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts authored May 19, 2021
1 parent 513e25d commit 97eb6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/modules/iptvsimple.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97eb6cd

Please sign in to comment.