Minor touchups

This commit is contained in:
AlexSSD7 2023-08-30 13:38:34 +01:00
commit 60f1711a00
3 changed files with 7 additions and 3 deletions

View file

@ -306,7 +306,7 @@ func (vm *VM) Run() error {
go func() {
select {
case <-time.After(vm.osUpTimeout):
vm.logger.Warn("A VM boot timeout detected, consider running with --vmdebug to investigate")
vm.logger.Warn("A VM boot timeout detected, consider running with --vm-debug to investigate")
globalErrFn(fmt.Errorf("vm boot timeout %v", utils.GetLogErrMsg(string(vm.consumeSerialStdout()), "serial log")))
case <-bootReadyCh:
vm.logger.Info("The VM is up, setting it up")