Increase logging

This commit is contained in:
tomkat83 2017-05-31 12:28:26 +02:00
parent 2fcdda48fb
commit 5698d30541

View file

@ -115,6 +115,8 @@ def process_command(request_path, params, queue=None):
volume = int(params['volume']) volume = int(params['volume'])
log.debug("Adjusting the volume to %s" % volume) log.debug("Adjusting the volume to %s" % volume)
JSONRPC('Application.SetVolume').execute({"volume": volume}) JSONRPC('Application.SetVolume').execute({"volume": volume})
else:
log.error('Unknown parameters: %s' % params)
elif request_path == "player/playback/play": elif request_path == "player/playback/play":
for playerid in getPlayerIds(): for playerid in getPlayerIds():