fix logger (#47)

Signed-off-by: SammyOina <sammyoina@gmail.com>
This commit is contained in:
Sammy Kerata Oina
2024-01-12 16:34:54 +03:00
committed by GitHub
parent 004f286900
commit 200f207673
+1
View File
@@ -53,6 +53,7 @@ func New(qemuCfg qemu.Config, logger mglog.Logger, eventSvc events.Service, host
qemuCfg: qemuCfg,
eventSvc: eventSvc,
hostIP: hostIP,
logger: logger,
}
}