diff --git a/daemon/daemon_windows.go b/daemon/daemon_windows.go index c85a1483f2..bbf5383c14 100644 --- a/daemon/daemon_windows.go +++ b/daemon/daemon_windows.go @@ -235,7 +235,7 @@ func checkSystem() error { vmcompute := windows.NewLazySystemDLL("vmcompute.dll") if vmcompute.Load() != nil { - return fmt.Errorf("Failed to load vmcompute.dll. Ensure that the Containers role is installed.") + return fmt.Errorf("failed to load vmcompute.dll, ensure that the Containers feature is installed") } return nil