From: Gordon Hecker Date: Wed, 3 Feb 2010 09:24:47 +0000 (+0100) Subject: debug: write version information to debug log X-Git-Tag: e2factory-2.3.4pre1~6 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=9d19b5fca4ed7484454ff70bae7c7be3db83ae6d;p=e2factory.git debug: write version information to debug log Signed-off-by: Gordon Hecker --- 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.)