debug++ for multiple volume controls (#14349)

Be less noisy for those who have more volume controls than one, mentioned in #13022.
This commit is contained in:
Teemu R 2018-05-09 13:44:42 +02:00 committed by Fabian Affolter
parent 2c566072f5
commit 0f3ec94fba

View File

@ -151,7 +151,7 @@ class SongpalDevice(MediaPlayerDevice):
return
if len(volumes) > 1:
_LOGGER.warning("Got %s volume controls, using the first one",
_LOGGER.debug("Got %s volume controls, using the first one",
volumes)
volume = volumes[0]