mirror of
https://github.com/moby/moby.git
synced 2026-08-03 14:41:03 +00:00
libnet/pm: log when stopping userland proxy
Signed-off-by: Albin Kerouanton <albin.kerouanton@docker.com>
This commit is contained in:
@@ -135,6 +135,7 @@ func StartProxy(pb types.PortBinding,
|
||||
return nil
|
||||
}
|
||||
stopped.Store(true)
|
||||
log.G(context.Background()).WithField("pb", pb).Debug("Stopping userland proxy")
|
||||
if err := cmd.Process.Signal(os.Interrupt); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user