From ebdd46d31e698ba4f033987b75f1c90e6376086f Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 4 Mar 2010 17:53:00 +0100 Subject: [PATCH] bugfix: fix debug message Signed-off-by: Gordon Hecker --- local/e2tool.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index cfc3be1..72755fb 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -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) -- 2.39.5