Skip to content

Commit

Permalink
Merge pull request #124172 from liggitt/automated-cherry-pick-of-#123…
Browse files Browse the repository at this point in the history
…598-upstream-release-1.29

Automated cherry pick of #123598: Remotecommand test flake cleanup

Kubernetes-commit: 15d121d04b51d12f304340e785b1659c25223afe
  • Loading branch information
k8s-publishing-bot committed Apr 5, 2024
2 parents 3e7c65a + 801d824 commit 2bbf530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/httpstream/wsstream/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (conn *Conn) handle(ws *websocket.Conn) {
continue
}
if _, err := conn.channels[channel].DataFromSocket(data); err != nil {
klog.Errorf("Unable to write frame to %d: %v\n%s", channel, err, string(data))
klog.Errorf("Unable to write frame (%d bytes) to %d: %v", len(data), channel, err)
continue
}
}
Expand Down

0 comments on commit 2bbf530

Please sign in to comment.