mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Fix Sprintf formatting in log message
This commit is contained in:
		@@ -646,7 +646,7 @@ func (s *GenericAPIServer) Run(options *ServerRunOptions) {
 | 
				
			|||||||
			if err := util.GenerateSelfSignedCert(s.ClusterIP.String(), options.TLSCertFile, options.TLSPrivateKeyFile, alternateIPs, alternateDNS); err != nil {
 | 
								if err := util.GenerateSelfSignedCert(s.ClusterIP.String(), options.TLSCertFile, options.TLSPrivateKeyFile, alternateIPs, alternateDNS); err != nil {
 | 
				
			||||||
				glog.Errorf("Unable to generate self signed cert: %v", err)
 | 
									glog.Errorf("Unable to generate self signed cert: %v", err)
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				glog.Infof("Using self-signed cert (%options, %options)", options.TLSCertFile, options.TLSPrivateKeyFile)
 | 
									glog.Infof("Using self-signed cert (%v, %v)", options.TLSCertFile, options.TLSPrivateKeyFile)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user