mirror of
https://github.com/ScottESanDiego/virtwold.git
synced 2024-12-22 05:35:23 +00:00
fix: missing newline after log msg
This commit is contained in:
parent
3d1d522504
commit
224a54b840
@ -136,7 +136,7 @@ func WakeVirtualMachine(mac string) bool {
|
||||
log.Fatalf("Failed to resume domain: %v", err)
|
||||
}
|
||||
default:
|
||||
fmt.Printf("System %s is in a state that cannot be woken up. State: %d", d.Name, state)
|
||||
fmt.Printf("System %s is already running or in a state that cannot be woken from. State: %d\n", d.Name, state)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user