From: Gordon Hecker Date: Fri, 30 Oct 2009 15:32:10 +0000 (+0100) Subject: collect_project: include result name in informational warning displaying X-Git-Tag: e2factory-2.3.2rc1~10 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=30bfa717469bc65842f0b573e15cfb8fd363ccf0;p=e2factory.git collect_project: include result name in informational warning displaying the list of results to be packaged Signed-off-by: Gordon Hecker --- diff --git a/local/e2tool.lua b/local/e2tool.lua index b8d9a79..c04dc78 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1917,7 +1917,8 @@ function e2tool.check_collect_project(info, resultname) table.insert(res.collect_project_results, res.collect_project_default_result) table.sort(res.collect_project_results) - e2lib.warnf("WDEFAULT", "collect_project takes these results: %s", + e2lib.warnf("WDEFAULT", "in result %s:", resultname) + e2lib.warnf("WDEFAULT", " collect_project takes these results: %s", table.concat(res.collect_project_results, ",")) -- store a sorted list of required sources, chroot groups and licences local tmp_grp = {}