Author: bklaas
Date: Thu Aug 12 07:58:05 2010
New Revision: 9044

URL: http://svn.slimdevices.com/jive?rev=9044&view=rev
Log:
Description: syntax error in log statement

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=9044&r1=9043&r2=9044&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Thu Aug 12 07:58:05 2010
@@ -3672,7 +3672,7 @@
        log:info('notify_playerDigitalVolumeControl()', digitalVolumeControl)
 
        if digitalVolumeControl == 0 then
-               log:warn('set volume to 100, cache previous volume as: ' 
self.cachedVolume)
+               log:warn('set volume to 100, cache previous volume as: ', 
self.cachedVolume)
                self.cachedVolume = player:getVolume()
                if player:isLocal() then
                        player:volumeLocal(100)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to