From: Jo-Philipp Wich Date: Sun, 24 Aug 2008 17:14:31 +0000 (+0000) Subject: * luci/libs: uvl: remove a brain-dead unpack() X-Git-Tag: 0.8.0~307 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=75aac772067c75cb1b95d81370926fcb4929b17a;hp=5117fc703e13141546ea3019f78eb50f4dbb62b7 * luci/libs: uvl: remove a brain-dead unpack() --- diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index 6f80f97ff1..d384564c99 100644 --- a/libs/uvl/luasrc/uvl.lua +++ b/libs/uvl/luasrc/uvl.lua @@ -325,7 +325,7 @@ function UVL._validate_section( self, section ) section:cid() .. '.' .. k ] then return false, 'Option "%s" not found in scheme' - % self.log.id( unpack(section:sid()), k ) + % self.log.id( section:sid(), k ) end end end