Skip to content

Commit 0775e37

Browse files
QxBytesCopilot
andauthored
Update network/transparent_vlan_endpointclient_linux.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: Alexander <[email protected]>
1 parent 0c99864 commit 0775e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/transparent_vlan_endpointclient_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func (client *TransparentVlanEndpointClient) PopulateVM(epInfo *EndpointInfo) er
294294
}, numRetries, sleepInMs)
295295

296296
if err != nil {
297-
deleteNSIfNotNilErr = errors.Wrapf(err, "failed to get vlan interface interface:%s", client.vlanIfName)
297+
deleteNSIfNotNilErr = errors.Wrapf(err, "failed to get vlan interface: %s", client.vlanIfName)
298298
return deleteNSIfNotNilErr
299299
}
300300

0 commit comments

Comments
 (0)