mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
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:
commit
3a1c329b0d
@ -766,7 +766,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
|
||||||
|
Loading…
Reference in New Issue
Block a user