Skip to content

Commit 37c2d5e

Browse files
lucarin91dido18
andauthored
Update internal/monitor/monitor.go
Co-authored-by: Davide <[email protected]>
1 parent 9196360 commit 37c2d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/monitor/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func monitorStream(mon net.Conn, rw io.ReadWriteCloser) {
6565
defer rw.Close()
6666
buff := [1024]byte{}
6767
for {
68-
// Read from monitor and write to websocket
68+
// Read from monitor and write to writer
6969
n, err := mon.Read(buff[:])
7070
if err != nil {
7171
logSocketError("Error reading from monitor", err)

0 commit comments

Comments
 (0)