summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/system_varlink.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-22 20:04:16 -0400
committerGitHub <noreply@github.com>2020-05-22 20:04:16 -0400
commitc166b21602e9aa2ae9cfe76ca6f0289cc63e452f (patch)
treec795fb451b06d1b239fbd77428f9778b3fdc6d38 /pkg/domain/infra/abi/system_varlink.go
parent9302ac3543bd8866dd77778aabc6647284586c9b (diff)
parentb9425467ed41e6febe9a7f4e02309634bd05d0ee (diff)
downloadpodman-c166b21602e9aa2ae9cfe76ca6f0289cc63e452f.tar.gz
podman-c166b21602e9aa2ae9cfe76ca6f0289cc63e452f.tar.bz2
podman-c166b21602e9aa2ae9cfe76ca6f0289cc63e452f.zip
Merge pull request #6357 from rhatdan/build6
Follow up PR to fix issues found in #6341
Diffstat (limited to 'pkg/domain/infra/abi/system_varlink.go')
-rw-r--r--pkg/domain/infra/abi/system_varlink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/system_varlink.go b/pkg/domain/infra/abi/system_varlink.go
index c0144babe..4dc766f52 100644
--- a/pkg/domain/infra/abi/system_varlink.go
+++ b/pkg/domain/infra/abi/system_varlink.go
@@ -39,7 +39,7 @@ func (ic *ContainerEngine) VarlinkService(_ context.Context, opts entities.Servi
if err = service.Listen(opts.URI, opts.Timeout); err != nil {
switch err.(type) {
case varlink.ServiceTimeoutError:
- logrus.Infof("varlink service expired (use --timeout to increase session time beyond %s ms, 0 means never timeout)", opts.Timeout.String())
+ logrus.Infof("varlink service expired (use --time to increase session time beyond %s ms, 0 means never timeout)", opts.Timeout.String())
return nil
default:
return errors.Wrapf(err, "unable to start varlink service")