Skip to content

Commit 04a071e

Browse files
sslavicmhausenblas
authored andcommitted
cnat-client-go: add missing default case log format argument (#10)
Signed-off-by: Stevo Slavić <[email protected]>
1 parent 293416b commit 04a071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnat-client-go/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func (c *Controller) syncHandler(key string) (time.Duration, error) {
286286
klog.Infof("instance %s: phase: DONE", key)
287287
return time.Duration(0), nil
288288
default:
289-
klog.Infof("instance %s: NOP")
289+
klog.Infof("instance %s: NOP", key)
290290
return time.Duration(0), nil
291291
}
292292

0 commit comments

Comments
 (0)