From c520ac5f873f36b1192633d26422ab0be084d142 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Thu, 22 Feb 2018 12:14:14 -0500 Subject: [PATCH] Remove erroneous log message Signed-off-by: Brian Goff --- linux/runtime.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/linux/runtime.go b/linux/runtime.go index 28941b579..1e1b77da7 100644 --- a/linux/runtime.go +++ b/linux/runtime.go @@ -397,10 +397,6 @@ func (r *Runtime) loadTasks(ctx context.Context, ns string) ([]*Task, error) { ctx = namespaces.WithNamespace(ctx, ns) pid, _ := runc.ReadPidFile(filepath.Join(bundle.path, proc.InitPidFile)) s, err := bundle.NewShimClient(ctx, ns, ShimConnect(func() { - log.G(ctx).WithError(err).WithFields(logrus.Fields{ - "id": id, - "namespace": ns, - }).Error("connecting to shim") err := r.cleanupAfterDeadShim(ctx, bundle, ns, id, pid) if err != nil { log.G(ctx).WithError(err).WithField("bundle", bundle.path).