]> git.e2factory.org Git - e2factory.git/commitdiff
bugfix: fix debug message
authorGordon Hecker <gh@emlix.com>
Thu, 4 Mar 2010 16:53:00 +0000 (17:53 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 5 Mar 2010 13:18:04 +0000 (14:18 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
local/e2tool.lua

index cfc3be160eb17c1e3f6cc8faf7f3af1b66cdd840..72755fbbe510ee78d3ee187cbfb812398730a738 100644 (file)
@@ -1547,7 +1547,7 @@ function pbuildid(info, resultname)
                        hc:hash_line(hash)
                end
        end
-       e2lib.log(4, string.format("hash data for resultid %s\n%s",
+       e2lib.log(4, string.format("hash data for buildid %s\n%s",
                                                        resultname, hc.data))
        r.pbuildid = hash.hash_finish(hc)       -- buildid (with deps)
        return r.build_mode.buildid(r.pbuildid)