* luci/libs: uvl: remove a brain-dead unpack()
[project/luci.git] / libs / uvl / luasrc / uvl.lua
index 6f80f97ff1cbe52f404145fde8bdce24b874ec10..d384564c99de40c3c1f5d0c861228c300d1f0e3e 100644 (file)
@@ -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