]> git.e2factory.org Git - e2factory.git/commitdiff
collect_project: include result name in informational warning displaying
authorGordon Hecker <gh@emlix.com>
Fri, 30 Oct 2009 15:32:10 +0000 (16:32 +0100)
committerGordon Hecker <gh@emlix.com>
Mon, 2 Nov 2009 12:44:23 +0000 (13:44 +0100)
the list of results to be packaged

Signed-off-by: Gordon Hecker <gh@emlix.com>
local/e2tool.lua

index b8d9a795f86d7e31f558dededc973f34186fe1b9..c04dc78067460de6b86d41227d6fd7fb2630c20b 100644 (file)
@@ -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 = {}