Bugzilla – Bug 13776
bug in jive/utils/log.lua
Last modified: 2009-08-30 16:21:01 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.
== 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