Log GTK version

This commit is contained in:
Cole Robinson 2011-01-21 11:30:38 -05:00
parent 02fc6a5684
commit 8fee0c79aa

View File

@ -350,6 +350,7 @@ def main():
setup_logging(options.debug) setup_logging(options.debug)
logging.debug("Launched as: %s" % origargs) logging.debug("Launched as: %s" % origargs)
logging.debug("GTK version: %s" % str(gtk.gtk_version))
# Make sure we have a sufficiently new virtinst version, since we are # Make sure we have a sufficiently new virtinst version, since we are
# very closely tied to the lib # very closely tied to the lib