1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

QEMU: fix logging of base mac address when creating a new node

This commit is contained in:
Dušan Dragić 2017-10-14 13:55:16 +02:00
parent 74e7201ea6
commit 44bb912139

View File

@ -537,7 +537,7 @@ class QemuVM(BaseNode):
log.info('QEMU VM "{name}" [{id}]: MAC address changed to {mac_addr}'.format(name=self._name,
id=self._id,
mac_addr=mac_address))
mac_addr=self._mac_address))
@property
def legacy_networking(self):