Skip to content

Commit b17d859

Browse files
authored
Update abstracts.py
1 parent 0ec0212 commit b17d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cuckoo/common/abstracts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def start(self, label):
440440
snapshot = vm.snapshotLookupByName(vm_info.snapshot, flags=0)
441441
self.vms[label].revertToSnapshot(snapshot, flags=0)
442442
except libvirt.libvirtError as e:
443-
msg = f"Unable to restore snapshot {vm_info.snapshot} on virtual machine {label}"
443+
msg = f"Unable to restore snapshot {vm_info.snapshot} on virtual machine {label}. Your snapshot MUST BE in running state!"
444444
raise CuckooMachineError(msg) from e
445445
finally:
446446
self._disconnect(conn)

0 commit comments

Comments
 (0)