]> git.e2factory.org Git - e2factory.git/commitdiff
fix missing argument in error message
authorrk@emlix.com <rainer.keller@emlix.com>
Thu, 30 Apr 2009 07:18:07 +0000 (09:18 +0200)
committerrk@emlix.com <rainer.keller@emlix.com>
Thu, 30 Apr 2009 07:18:07 +0000 (09:18 +0200)
local/e2tool.lua

index a456ad41029c2e58c3b38a15d7b8d62fab043886..0da70761d773cc69cac692057530277251f56c94 100644 (file)
@@ -2365,7 +2365,7 @@ function e2tool.load_result_config(info)
       item.data.name = res
       name = res
       if not name:match("^[-._0-9a-zA-Z]+$") then
-        e:append("invalid result name: %s")
+        e:append("invalid result name: %s",name)
         e:append("only digits, alphabetic characters, and `-', `_' and `.' "..
                "are allowed")
         return false, e