]> git.e2factory.org Git - e2factory.git/commitdiff
debug: write version information to debug log
authorGordon Hecker <gh@emlix.com>
Wed, 3 Feb 2010 09:24:47 +0000 (10:24 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:52:01 +0000 (10:52 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
local/e2tool.lua

index b8106e2bd3354a484fa6d178f386bb7cb3dcd3cc..4789c0ad65e114fc622f335894506ecf3dfbb3b1 100644 (file)
@@ -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.)