Skip to content

Commit 9196360

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

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
@@ -73,7 +73,7 @@ func monitorStream(mon net.Conn, rw io.ReadWriteCloser) {
7373
}
7474

7575
if _, err := rw.Write(buff[:n]); err != nil {
76-
logSocketError("Error writing to websocket", err)
76+
logSocketError("Error writing to buffer", err)
7777
return
7878
}
7979
}

0 commit comments

Comments
 (0)