X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fplayer.py;fp=jamaui%2Fplayer.py;h=3065b1021640fc3e3cce3cb394dd4e5cdbc0dd27;hp=ec3c75b4e81e4793e23b5372006e89202feed858;hb=de3d6cb760a4e24adcfdcd8f56ae37d1e4973b08;hpb=ff28df762c0fe9b59cfda459fce5637080b0eac9 diff --git a/jamaui/player.py b/jamaui/player.py index ec3c75b..3065b10 100644 --- a/jamaui/player.py +++ b/jamaui/player.py @@ -175,6 +175,7 @@ class GStreamer(_Player): if self.volume_control is not None: vol = value * float(self.volume_multiplier) + log.debug("Setting volume to %s", vol) self.volume_control.set_property( self.volume_property, vol ) def _set_uri_to_be_played(self, uri):