Skip to content

Commit

Permalink
fix sandbox logging (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-cast authored Dec 10, 2024
1 parent 8a120bb commit 9417dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/containers/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (c *Client) addContainerWithCgroup(container *criapi.Container, cg *cgroup.
c.containersByCgroup[cg.Id] = cont
c.mu.Unlock()

c.log.Debugf("added container, id=%s pod=%s name=%s sandbox=%s", container.Id, podName, containerName, sandbox.Metadata.Uid)
c.log.Debugf("added container, id=%s pod=%s name=%s sandbox=%s", container.Id, podName, containerName, container.PodSandboxId)

go c.fireContainerCreatedListeners(cont)

Expand Down

0 comments on commit 9417dfb

Please sign in to comment.