Add debug message for what directory is checked for Qemu binaries. Ref #1655

pull/1681/head
grossmj 5 years ago
parent f424e2dfd5
commit 87390274cc

@ -144,6 +144,7 @@ class Qemu(BaseManager):
qemus = []
for path in Qemu.paths_list():
log.debug("Searching for Qemu binaries in '{}'".format(path))
try:
for f in os.listdir(path):
if f.endswith("-spice"):

Loading…
Cancel
Save