Merge pull request #47478 from fopina/patch-1
fix typo in error message
This commit is contained in:
commit
f8e6801533
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…
Add table
Reference in a new issue