diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 75e4f67c..5cf04e6a 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -4058,6 +4058,7 @@ sub config_to_command { my $statepath = PVE::Storage::path($storecfg, $vmstate); push @$vollist, $vmstate; push @$cmd, '-loadstate', $statepath; + print "activating and using '$vmstate' as vmstate\n"; } # add custom args