Skip to content

Commit 310aa92

Browse files
committed
libnet/pm: log when stopping userland proxy
Signed-off-by: Albin Kerouanton <albin.kerouanton@docker.com>
1 parent 52fae09 commit 310aa92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/libnetwork/portmapper/proxy_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ func StartProxy(pb types.PortBinding,
135135
return nil
136136
}
137137
stopped.Store(true)
138+
log.G(context.Background()).WithField("pb", pb).Debug("Stopping userland proxy")
138139
if err := cmd.Process.Signal(os.Interrupt); err != nil {
139140
return err
140141
}

0 commit comments

Comments
 (0)