diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-13 20:28:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 20:28:42 +0200 |
commit | d7695dd957b162ed24c807dc91200fe1abaecff1 (patch) | |
tree | 449aa4d72af1ab130561b12935a5aeb8f1b2a5c6 /pkg/domain | |
parent | 465b4bc563b274ec166868aae079a65ee0284b1d (diff) | |
parent | f8892e7c6b07cb77979199cf0474ac2af80829fd (diff) | |
download | podman-d7695dd957b162ed24c807dc91200fe1abaecff1.tar.gz podman-d7695dd957b162ed24c807dc91200fe1abaecff1.tar.bz2 podman-d7695dd957b162ed24c807dc91200fe1abaecff1.zip |
Merge pull request #5777 from jwhonce/issues/5599
Refactor service idle support
Diffstat (limited to 'pkg/domain')
-rw-r--r-- | pkg/domain/infra/abi/system.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/system.go b/pkg/domain/infra/abi/system.go index 2df11cc1b..adec94f6c 100644 --- a/pkg/domain/infra/abi/system.go +++ b/pkg/domain/infra/abi/system.go @@ -51,7 +51,6 @@ func (ic *ContainerEngine) RestService(_ context.Context, opts entities.ServiceO }() err = server.Serve() - logrus.Debugf("%d/%d Active connections/Total connections\n", server.ActiveConnections, server.TotalConnections) _ = listener.Close() return err } |