From 7b4654b4b22aae41e95064958f895ac8e65480ca Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Fri, 18 Dec 2009 14:45:07 +0100 Subject: [PATCH] bugfix: correct warning calls Signed-off-by: Gordon Hecker --- local/e2tool.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index bb2a0b7..2eed81e 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -609,9 +609,9 @@ The newest configuration syntax supported by the tools is %s. end info.servers[info.root_server_name].writeback = true if not info.servers[info.default_repo_server] then - e2lib.warnf(WPOLICY, "server %s is unconfigured.", + e2lib.warnf("WPOLICY", "server %s is unconfigured.", info.default_repo_server) - e2lib.warnf(WPOLICY, "Cannot setup server %s", + e2lib.warnf("WPOLICY", "Cannot setup server %s", info.proj_storage_server_name) -- do not treat that as an error, unless the server is used. return true, nil -- 2.39.5