mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02: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)
|
||||
except aiohttp.web.HTTPConflict:
|
||||
pass
|
||||
log.error("Can't start the GNS3 VM: {}", str(e))
|
||||
log.error("Can't start the GNS3 VM: %s", str(e))
|
||||
|
||||
@asyncio.coroutine
|
||||
def exit_vm(self):
|
||||
|
Loading…
Reference in New Issue
Block a user