From 89da58f511fc1a6b1a691583ecf8b313b1423d5f Mon Sep 17 00:00:00 2001 From: "rk@emlix.com" Date: Thu, 30 Apr 2009 09:18:07 +0200 Subject: [PATCH] fix missing argument in error message --- local/e2tool.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5