Skip to content

Commit

Permalink
correct the format specifier in Infof()
Browse files Browse the repository at this point in the history
Signed-off-by: Ranjith <rchirakk@users.noreply.github.com>
  • Loading branch information
rchirakk committed Nov 8, 2017
1 parent e48a518 commit be477e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netplugin/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (ag *Agent) ProcessCurrentState() error {
if err == nil {
for idx, epgCfg := range epgCfgs {
epg := epgCfg.(*mastercfg.EndpointGroupState)
log.Infof("Read epg key[%d] %s, for group %s, populating state \n", idx, epg.GroupName)
log.Infof("Read epg key[%d] %s, populating state \n", idx, epg.GroupName)
processEpgEvent(ag.netPlugin, opts, epg.ID, false)
}
}
Expand Down

0 comments on commit be477e5

Please sign in to comment.