Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed May 27, 2021
1 parent 569b5ce commit 631a661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cruntime/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (r *Docker) Restart() error {

// Disable idempotently disables Docker on a host
func (r *Docker) Disable() error {
klog.Info("disabling docker service")
klog.Info("disabling docker service ...")
// because #10373
if err := r.Init.ForceStop("docker.socket"); err != nil {
klog.ErrorS(err, "Failed to stop", "service", "docker.socket")
Expand Down

0 comments on commit 631a661

Please sign in to comment.