diff --git a/gns3server/compute/qemu/__init__.py b/gns3server/compute/qemu/__init__.py index 07d0ff97..828e94b2 100644 --- a/gns3server/compute/qemu/__init__.py +++ b/gns3server/compute/qemu/__init__.py @@ -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"):