The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1806
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === This error message looks to be copy pasted from somewhere incorrectly. Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com>
From 03f83147db0c3df9bb89ae2a2f0b57ca7dd947ed Mon Sep 17 00:00:00 2001 From: Tycho Andersen <tycho.ander...@canonical.com> Date: Fri, 25 Mar 2016 18:16:38 +0000 Subject: [PATCH] exec: remove dead code path This error message looks to be copy pasted from somewhere incorrectly. Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com> --- lxd/container_exec.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lxd/container_exec.go b/lxd/container_exec.go index 6780089..27020f4 100644 --- a/lxd/container_exec.go +++ b/lxd/container_exec.go @@ -183,11 +183,6 @@ func (s *execWs) Do(op *operation) error { continue } } - - if err != nil { - shared.Debugf("Got error writing to writer %s", err) - break - } } }() go func() {
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel