]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commitdiff
Log some more information at build time
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 15:07:52 +0000 (15:07 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 13 Dec 2016 15:07:52 +0000 (15:07 +0000)
The OBJECT_PREFIX and REG_KEY_NAME were not being logged by build.py.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
build.py

index 1d587fad6137be4b78a821626e1c316664eee114..9917e3c2b5b92a394b897811477bc5e9ac7ef4ee 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -451,6 +451,8 @@ if __name__ == '__main__':
         print("VENDOR_DEVICE_ID\t'%s'" % os.environ['VENDOR_DEVICE_ID'])
 
     print("PRODUCT_NAME\t\t'%s'" % os.environ['PRODUCT_NAME'])
+    print("OBJECT_PREFIX\t\t'%s'" % os.environ['OBJECT_PREFIX'])
+    print("REG_KEY_NAME\t\t'%s'" % os.environ['REG_KEY_NAME'])
     print("MAJOR_VERSION\t\t%s" % os.environ['MAJOR_VERSION'])
     print("MINOR_VERSION\t\t%s" % os.environ['MINOR_VERSION'])
     print("MICRO_VERSION\t\t%s" % os.environ['MICRO_VERSION'])