]> git.e2factory.org Git - e2factory.git/commitdiff
bugfix: correct warning calls
authorGordon Hecker <gh@emlix.com>
Fri, 18 Dec 2009 13:45:07 +0000 (14:45 +0100)
committerGordon Hecker <gh@emlix.com>
Thu, 7 Jan 2010 13:05:10 +0000 (14:05 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
local/e2tool.lua

index bb2a0b7ecaa75cacaf034f95a765d2d7ff640fe3..2eed81e31ea7279a1bae39e538014523e887a546 100644 (file)
@@ -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