mirror of
https://github.com/containers/podman.git
synced 2025-07-14 10:09:13 +08:00
Drop a debug line which could print very large messages
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -1644,7 +1644,6 @@ func httpAttachTerminalCopy(container *net.UnixConn, http *bufio.ReadWriter, cid
|
|||||||
// Do nothing
|
// Do nothing
|
||||||
default:
|
default:
|
||||||
logrus.Errorf("Received unexpected attach type %+d, discarding %d bytes", buf[0], numR)
|
logrus.Errorf("Received unexpected attach type %+d, discarding %d bytes", buf[0], numR)
|
||||||
logrus.Debugf("String is %s", string(buf[1:numR]))
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user