mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +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
|
||||
default:
|
||||
logrus.Errorf("Received unexpected attach type %+d, discarding %d bytes", buf[0], numR)
|
||||
logrus.Debugf("String is %s", string(buf[1:numR]))
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user