Bug 13776 - bug in jive/utils/log.lua
: bug in jive/utils/log.lua
Status: RESOLVED FIXED
Product: SB Controller
Classification: Unclassified
Component: SqueezeOS
: unspecified
: All All
: -- major (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-30 13:02 UTC by Stefan Hansel
Modified: 2009-08-30 16:21 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hansel 2009-08-30 13:02:09 UTC
Currently using FW7330.

Right in the beginning there is a line with a missing '=':
--------------------------
local log       splog:logger("squeezeplay")
--------------------------

This leads to problems with old applets that still use the log-class:
-----------
/usr/share/jive/jive/utils/log.lua:75: attempt to index upvalue 'log' (a nil value)
-----------

Inserting the missing assignment operator '=' fixes this.
Comment 1 SVN Bot 2009-08-30 16:21:01 UTC
 == Auto-comment from SVN commit #7335 to the jive repo by bklaas ==
 == https://svn.slimdevices.com/jive?view=revision&revision=7335 ==

Fixed Bug: 13776
Description: syntax error fix