diff options
-rw-r--r-- | libs/uvl/luasrc/uvl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index 6f80f97ff..d384564c9 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 |