mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
dont log start of new ws conn
This commit is contained in:
parent
174a4ef8fd
commit
6c4a8e01df
@ -190,7 +190,7 @@ func (ws *WSState) handleWatchScreen(wsPk *scpacket.WatchScreenPacketType) error
|
||||
log.Printf("[ws %s] watchscreen %s/%s\n", ws.ClientId, wsPk.SessionId, wsPk.ScreenId)
|
||||
}
|
||||
if wsPk.Connect {
|
||||
log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
|
||||
// log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
|
||||
err := ws.handleConnection()
|
||||
if err != nil {
|
||||
return fmt.Errorf("connect: %w", err)
|
||||
|
Loading…
Reference in New Issue
Block a user