Skip to content

Commit 1bc22fc

Browse files
committed
Add newlines to SimultaneousPodIPController
1 parent cd37ef2 commit 1bc22fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/monitor/podipcontroller/pod_ip_controller.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ func (c *SimultaneousPodIPController) Enqueue(obj interface{}) {
7979
func (c *SimultaneousPodIPController) Run(ctx context.Context) {
8080
defer utilruntime.HandleCrash()
8181

82-
fmt.Printf("Starting SimultaneousPodIPController")
82+
fmt.Printf("Starting SimultaneousPodIPController\n")
8383
defer func() {
84-
fmt.Printf("Shutting down SimultaneousPodIPController")
84+
fmt.Printf("Shutting down SimultaneousPodIPController\n")
8585
c.queue.ShutDown()
86-
fmt.Printf("SimultaneousPodIPController shut down")
86+
fmt.Printf("SimultaneousPodIPController shut down\n")
8787
}()
8888

8989
if !cache.WaitForNamedCacheSync("SimultaneousPodIPController", ctx.Done(), c.cachesToSync...) {

0 commit comments

Comments
 (0)