From b72eee4e361e23914dada5e84ee5ab23cd4c22ae Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 16 Jul 2020 23:07:37 -0700 Subject: [PATCH] Turn Errorf into Infof --- pkg/minikube/localpath/localpath.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/localpath/localpath.go b/pkg/minikube/localpath/localpath.go index 6086dd834..864a0ad4c 100644 --- a/pkg/minikube/localpath/localpath.go +++ b/pkg/minikube/localpath/localpath.go @@ -79,7 +79,7 @@ func ClientCert(name string) string { return new } - glog.Errorf("unable to find a client cert, returning default: %s", new) + glog.Infof("unable to find a client cert, returning default: %s", new) return new } -- GitLab