e2e node server: fix crash in log line

This commit is contained in:
Ryan Phillips 2021-07-30 12:34:43 -05:00
parent 026fb3bf35
commit 163e4974b6

View File

@ -177,7 +177,7 @@ func (s *server) start() error {
s.startCommand.Wait() // Release resources if necessary.
}
// This should not happen, immediately stop the e2eService process.
klog.Fatalf("Restart loop readinessCheck failed for %s", s)
klog.Fatalf("Restart loop readinessCheck failed for %q", s.name)
} else {
klog.Infof("Initial health check passed for service %q", s.name)
}