Author: bklaas
Date: Wed Oct 29 11:03:27 2008
New Revision: 3230
URL: http://svn.slimdevices.com?rev=3230&root=Jive&view=rev
Log:
Bug: 8878
Description: pull string.upper() call out of log:debug() message
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/share/jive/Iconbar.lua
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/Iconbar.lua
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/Iconbar.lua?rev=3230&root=Jive&r1=3229&r2=3230&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/Iconbar.lua (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/Iconbar.lua Wed Oct 29
11:03:27 2008
@@ -67,7 +67,7 @@
=cut
--]]
function setPlaylistMode(self, val)
- log:debug("Iconbar:setPlaylistMode(", string.upper(val), ")")
+ log:debug("Iconbar:setPlaylistMode(", val, ")")
-- FIXME: need new styles for playlist and party mode
self.iconPlaylistMode:setStyle("iconPlaylistMode" .. string.upper((val
or "OFF")))
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins