mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
dont log start of new ws conn
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user