We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17cfe7b + b4e026a commit 340ac70Copy full SHA for 340ac70
cmd/kubeadm/app/preflight/checks.go
@@ -125,7 +125,7 @@ func (sc ServiceCheck) Name() string {
125
126
// Check validates if the service is enabled and active.
127
func (sc ServiceCheck) Check() (warnings, errorList []error) {
128
- klog.V(1).Infoln("validating if the service is enabled and active")
+ klog.V(1).Infof("validating if the %q service is enabled and active", sc.Service)
129
initSystem, err := initsystem.GetInitSystem()
130
if err != nil {
131
return []error{err}, nil
0 commit comments