From e407595847db280dc1944151e881382af263f61c Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 23 Mar 2010 15:52:58 +0100 Subject: [PATCH] fix broken warning --- local/e2tool.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index 02aea5d..5feef6a 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1871,8 +1871,8 @@ function check_result(info, resultname) end end if type(res.depends) == "nil" then - e2lib.warn("WDEFAULT", "in result %s: ", resultname) - e2lib.warn("WDEFAULT", " depends attribute not configured. " .. + e2lib.warnf("WDEFAULT", "in result %s: ", resultname) + e2lib.warnf("WDEFAULT", " depends attribute not configured. " .. "Defaulting to empty list") res.depends = {} elseif type(res.depends) == "string" then -- 2.39.5