Merge pull request #35980 from yujuhong/rm_log

Automatic merge from submit-queue

Remove an unnecessary log line in kubelet
This commit is contained in:
Kubernetes Submit Queue
2016-11-01 11:45:18 -07:00
committed by GitHub

View File

@@ -766,7 +766,6 @@ func (dm *DockerManager) runContainer(
if len(securityOpts) > 0 {
var msgs []string
for _, opt := range securityOpts {
glog.Errorf("Logging security options: %+v", opt)
msg := opt.msg
if msg == "" {
msg = opt.value