Remove an unnecessary log line in kubelet
This commit is contained in:
		@@ -764,7 +764,6 @@ func (dm *DockerManager) runContainer(
 | 
				
			|||||||
	if len(securityOpts) > 0 {
 | 
						if len(securityOpts) > 0 {
 | 
				
			||||||
		var msgs []string
 | 
							var msgs []string
 | 
				
			||||||
		for _, opt := range securityOpts {
 | 
							for _, opt := range securityOpts {
 | 
				
			||||||
			glog.Errorf("Logging security options: %+v", opt)
 | 
					 | 
				
			||||||
			msg := opt.msg
 | 
								msg := opt.msg
 | 
				
			||||||
			if msg == "" {
 | 
								if msg == "" {
 | 
				
			||||||
				msg = opt.value
 | 
									msg = opt.value
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user