Skip to content

Commit fd6eb17

Browse files
authored
Merge pull request #1056 from rchirakk/client1
correct the format specifier in Infof()
2 parents d05de09 + be477e5 commit fd6eb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netplugin/agent/agent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (ag *Agent) ProcessCurrentState() error {
139139
if err == nil {
140140
for idx, epgCfg := range epgCfgs {
141141
epg := epgCfg.(*mastercfg.EndpointGroupState)
142-
log.Infof("Read epg key[%d] %s, for group %s, populating state \n", idx, epg.GroupName)
142+
log.Infof("Read epg key[%d] %s, populating state \n", idx, epg.GroupName)
143143
processEpgEvent(ag.netPlugin, opts, epg.ID, false)
144144
}
145145
}

0 commit comments

Comments
 (0)