Skip to content

Commit

Permalink
Remove noisy error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Nov 13, 2019
1 parent e611b38 commit eac8b00
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 eac8b00

Please sign in to comment.