From 9d19b5fca4ed7484454ff70bae7c7be3db83ae6d Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Wed, 3 Feb 2010 10:24:47 +0100 Subject: [PATCH] debug: write version information to debug log Signed-off-by: Gordon Hecker --- local/e2tool.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local/e2tool.lua b/local/e2tool.lua index b8106e2..4789c0a 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -459,6 +459,9 @@ The newest configuration syntax supported by the tools is %s. return false, e:cat(re) end + e2lib.logf(4, "VERSION: %s", buildconfig.VERSION) + e2lib.logf(4, "VERSIONSTRING: %s", buildconfig.VERSIONSTRING) + --XXX create some policy module where the following policy settings --XXX and functions reside (server names, paths, etc.) -- 2.39.5