mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 06:35:24 +00:00
Remove bogus log warning lines when launching QEMU
The refactoring of QEMU command startup was comitted with a couple of VIR_WARN lines left in from debugging. * src/qemu/qemu_driver.c: Remove log warning lines
This commit is contained in:
parent
e85247e7c3
commit
0095edaa06
@ -2868,7 +2868,6 @@ static int qemudStartVMDaemon(virConnectPtr conn,
|
||||
if (driver->clearEmulatorCapabilities)
|
||||
virCommandClearCaps(cmd);
|
||||
|
||||
VIR_WARN("Executing %s", vm->def->emulator);
|
||||
virCommandSetPreExecHook(cmd, qemudSecurityHook, &hookData);
|
||||
|
||||
virCommandSetOutputFD(cmd, &logfile);
|
||||
@ -2878,7 +2877,6 @@ static int qemudStartVMDaemon(virConnectPtr conn,
|
||||
virCommandDaemonize(cmd);
|
||||
|
||||
ret = virCommandRun(cmd, NULL);
|
||||
VIR_WARN("Executing done %s", vm->def->emulator);
|
||||
VIR_FREE(pidfile);
|
||||
|
||||
/* wait for qemu process to to show up */
|
||||
|
Loading…
Reference in New Issue
Block a user