fix typo in error message
Signed-off-by: Filipe Pina <hzlu1ot0@duck.com>
This commit is contained in:
parent
b8aa8579ca
commit
ef681124ca
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (c *Controller) deleteEndpointNameResolution(svcName, svcID, nID, eID, cont
|
|||
|
||||
// Delete container resolution mappings
|
||||
if err := c.delContainerNameResolution(nID, eID, containerName, taskAliases, ip, method); err != nil {
|
||||
log.G(context.TODO()).WithError(err).Warn("Error delting container from resolver")
|
||||
log.G(context.TODO()).WithError(err).Warn("Error deleting container from resolver")
|
||||
}
|
||||
|
||||
serviceID := svcID
|
||||
|
|
Loading…
Reference in a new issue