mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Add debug message for what directory is checked for Qemu binaries. Ref #1655
This commit is contained in:
parent
f424e2dfd5
commit
87390274cc
@ -144,6 +144,7 @@ class Qemu(BaseManager):
|
|||||||
|
|
||||||
qemus = []
|
qemus = []
|
||||||
for path in Qemu.paths_list():
|
for path in Qemu.paths_list():
|
||||||
|
log.debug("Searching for Qemu binaries in '{}'".format(path))
|
||||||
try:
|
try:
|
||||||
for f in os.listdir(path):
|
for f in os.listdir(path):
|
||||||
if f.endswith("-spice"):
|
if f.endswith("-spice"):
|
||||||
|
Loading…
Reference in New Issue
Block a user