* luci/libs: uvl: remove a brain-dead unpack()

This commit is contained in:
Jo-Philipp Wich 2008-08-24 17:14:31 +00:00
parent 5117fc703e
commit 75aac77206

View 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