* luci/libs: uvl: remove a brain-dead unpack()
This commit is contained in:
parent
5117fc703e
commit
75aac77206
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue