mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
QEMU: fix logging of base mac address when creating a new node
This commit is contained in:
parent
74e7201ea6
commit
44bb912139
@ -537,7 +537,7 @@ class QemuVM(BaseNode):
|
|||||||
|
|
||||||
log.info('QEMU VM "{name}" [{id}]: MAC address changed to {mac_addr}'.format(name=self._name,
|
log.info('QEMU VM "{name}" [{id}]: MAC address changed to {mac_addr}'.format(name=self._name,
|
||||||
id=self._id,
|
id=self._id,
|
||||||
mac_addr=mac_address))
|
mac_addr=self._mac_address))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def legacy_networking(self):
|
def legacy_networking(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user