Skip to content

Commit be477e5

Browse files
committed
correct the format specifier in Infof()
Signed-off-by: Ranjith <[email protected]>
1 parent e48a518 commit be477e5

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)