Skip to content

Commit ccb8cf3

Browse files
authored
Update abstracts.py
1 parent d708275 commit ccb8cf3

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
@@ -352,7 +352,7 @@ def _wait_status(self, label, state):
352352
if isinstance(state, str):
353353
state = [state]
354354
while current not in state:
355-
log.debug("Waiting %d cuckooseconds for machine %s to switch to status %s", waitme, label, state)
355+
log.debug("Waiting %d seconds for machine %s to switch to status %s", waitme, label, state)
356356
if waitme > int(cfg.timeouts.vm_state):
357357
raise CuckooMachineError(f"Timeout hit while for machine {label} to change status")
358358
time.sleep(1)

0 commit comments

Comments
 (0)