Skip to content

Commit

Permalink
Merge pull request kubernetes#5901 from tstromberg/noisy-windows
Browse files Browse the repository at this point in the history
Remove noisy error message
  • Loading branch information
tstromberg authored Nov 13, 2019
2 parents d44aa4c + eac8b00 commit 72016f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/minikube/driver/driver_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func findVBoxInstallDirInRegistry() (string, error) {
registryKey, err := registry.OpenKey(registry.LOCAL_MACHINE, `SOFTWARE\Oracle\VirtualBox`, registry.QUERY_VALUE)
if err != nil {
errorMessage := fmt.Sprintf("Can't find VirtualBox registry entries, is VirtualBox really installed properly? %v", err)
glog.Errorf(errorMessage)
return "", errors.New(errorMessage)
}

Expand Down

0 comments on commit 72016f1

Please sign in to comment.