Skip to content

Commit

Permalink
Use infof instead of info for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaynard committed Jul 13, 2020
1 parent f48c3e3 commit 10ce880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/watch/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (w Watch) DeleteTracker(trackerConfigmapName string, ns string, nm string)
trackerName := GetConfigMapKey(ns, nm)

if err != nil {
w.f.Logger.Info("Unable find tracker configmap: \"%s\"", trackerConfigmapName)
w.f.Logger.Infof("Unable find tracker configmap: \"%s\"", trackerConfigmapName)
return
}

Expand Down

0 comments on commit 10ce880

Please sign in to comment.