Merge pull request #47478 from fopina/patch-1

fix typo in error message
This commit is contained in:
Albin Kerouanton 2024-03-01 08:53:43 +01:00 committed by GitHub
commit f8e6801533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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