From: Gordon Hecker Date: Mon, 13 Sep 2010 13:48:18 +0000 (+0200) Subject: result configuration error: issue filename in error message X-Git-Tag: e2factory-2.3.8~8 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=a4e729792a44e31285edf04fec8e74158d30283f;p=e2factory.git result configuration error: issue filename in error message Signed-off-by: Gordon Hecker --- 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