mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
kubeadm: update service check log to include service name
This commit is contained in:
parent
0acf2f0983
commit
b4e026a1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ func (sc ServiceCheck) Name() string {
|
|||
|
||||
// Check validates if the service is enabled and active.
|
||||
func (sc ServiceCheck) Check() (warnings, errorList []error) {
|
||||
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)
|
||||
initSystem, err := initsystem.GetInitSystem()
|
||||
if err != nil {
|
||||
return []error{err}, nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue