From: rk@emlix.com Date: Thu, 30 Apr 2009 07:18:07 +0000 (+0200) Subject: fix missing argument in error message X-Git-Tag: e2factory-2.3.1pre1~35 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=89da58f511fc1a6b1a691583ecf8b313b1423d5f;p=e2factory.git fix missing argument in error message --- diff --git a/local/e2tool.lua b/local/e2tool.lua index a456ad4..0da7076 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -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