mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
log clientid
This commit is contained in:
parent
62cc9d8a6b
commit
96ad70ffdd
@ -7,6 +7,7 @@ package wcore
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"log"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
@ -150,6 +151,7 @@ func EnsureInitialData() (*waveobj.Window, bool, error) {
|
|||||||
}
|
}
|
||||||
firstRun = true
|
firstRun = true
|
||||||
}
|
}
|
||||||
|
log.Printf("clientid: %s\n", client.OID)
|
||||||
if len(client.WindowIds) > 0 {
|
if len(client.WindowIds) > 0 {
|
||||||
return nil, false, nil
|
return nil, false, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user