mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Remove an unnecessary log line in kubelet
This commit is contained in:
parent
63954ccd0e
commit
2a4f2cd50d
@ -764,7 +764,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
|
||||
|
Loading…
Reference in New Issue
Block a user