From a4e729792a44e31285edf04fec8e74158d30283f Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 13 Sep 2010 15:48:18 +0200 Subject: [PATCH] result configuration error: issue filename in error message Signed-off-by: Gordon Hecker --- local/e2tool.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index 9df3eb8..c6528a8 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -2758,7 +2758,8 @@ function load_result_config(info) return false, e:cat(re) end if #list ~= 1 then - return false, e:append("only one result allowed per config file") + return false, e:append("%s: only one result allowed per config file", + path) end for _,item in ipairs(list) do local name = item.data.name -- 2.39.5