mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 00:08:11 +00:00
Fix error in logging of error during starting GNS3 VM
This commit is contained in:
parent
5bb6c51698
commit
d765d02f06
@ -250,7 +250,7 @@ class GNS3VM:
|
|||||||
force=True)
|
force=True)
|
||||||
except aiohttp.web.HTTPConflict:
|
except aiohttp.web.HTTPConflict:
|
||||||
pass
|
pass
|
||||||
log.error("Can't start the GNS3 VM: {}", str(e))
|
log.error("Can't start the GNS3 VM: %s", str(e))
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def exit_vm(self):
|
def exit_vm(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user