mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-manager.py: Log virtManager import location
This commit is contained in:
parent
c6aeedea8a
commit
6b3b2f48e3
@ -261,6 +261,7 @@ def main():
|
|||||||
setup_i18n()
|
setup_i18n()
|
||||||
setup_pypath()
|
setup_pypath()
|
||||||
|
|
||||||
|
import virtManager
|
||||||
from virtManager import cli
|
from virtManager import cli
|
||||||
|
|
||||||
# Need to do this before GTK strips args like --sync
|
# Need to do this before GTK strips args like --sync
|
||||||
@ -307,6 +308,7 @@ def main():
|
|||||||
|
|
||||||
logging.debug("Launched as: %s" % origargs)
|
logging.debug("Launched as: %s" % origargs)
|
||||||
logging.debug("GTK version: %s" % str(gtk.gtk_version))
|
logging.debug("GTK version: %s" % str(gtk.gtk_version))
|
||||||
|
logging.debug("virtManager import: %s" % str(virtManager))
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user