Author: richard
Date: Tue Jan 27 02:07:20 2009
New Revision: 3950

URL: http://svn.slimdevices.com?rev=3950&root=Jive&view=rev
Log:
Bug: N/A
Description:
Add the JIVE_VERSION information to the syslog when SqueezePlay starts.


Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/share/jive/JiveMain.lua

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/JiveMain.lua
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/share/jive/JiveMain.lua?rev=3950&root=Jive&r1=3949&r2=3950&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/JiveMain.lua (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/share/jive/JiveMain.lua Tue Jan 27 
02:07:20 2009
@@ -85,6 +85,8 @@
 local KEY_VOLUME_UP     = jive.ui.KEY_VOLUME_UP
 local KEY_VOLUME_DOWN   = jive.ui.KEY_VOLUME_DOWN
 local KEY_ADD           = jive.ui.KEY_ADD
+
+local JIVE_VERSION      = jive.JIVE_VERSION
 
 -- Classes
 local JiveMain = oo.class({}, HomeMenu)
@@ -173,7 +175,7 @@
 -- __init
 -- creates our JiveMain main object
 function JiveMain:__init()
-       log:debug("__init()")
+       log:info("SqueezePlay version ", JIVE_VERSION)
 
        -- Seed the rng
        local initTime = os.time()
@@ -182,7 +184,7 @@
        -- Initialise UI
        Framework:init()
 
-    _addUserPathToLuaPath()
+       _addUserPathToLuaPath()
 
        -- Singleton instances (globals)
        jnt = NetworkThread()

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

Reply via email to