mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-07 19:28:44 +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)
|
log.Printf("[ws %s] watchscreen %s/%s\n", ws.ClientId, wsPk.SessionId, wsPk.ScreenId)
|
||||||
}
|
}
|
||||||
if wsPk.Connect {
|
if wsPk.Connect {
|
||||||
log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
|
// log.Printf("[ws %s] watchscreen connect\n", ws.ClientId)
|
||||||
err := ws.handleConnection()
|
err := ws.handleConnection()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("connect: %w", err)
|
return fmt.Errorf("connect: %w", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user