Skip to content

Commit

Permalink
Update src/platform/backends/libvirt/libvirt_virtual_machine.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Abreu <[email protected]>
Signed-off-by: George Liao <[email protected]>
  • Loading branch information
georgeliao and ricab committed Jul 2, 2024
1 parent e1b5fdb commit 4b046c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/backends/libvirt/libvirt_virtual_machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void mp::LibVirtVirtualMachine::shutdown(bool force)
return;
}

if (force)
if (force) // TODO delete suspension state if it exists
{
mpl::log(mpl::Level::info, vm_name, "Forcing shutdown");

Expand Down

0 comments on commit 4b046c7

Please sign in to comment.