mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Merge pull request #1195 from ddragic/qemu-log-macaddress
QEMU: fix logging of base mac address when creating a new node
This commit is contained in:
commit
3a5a771b19
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user