log clientid

This commit is contained in:
sawka 2024-09-23 13:59:55 -07:00
parent 62cc9d8a6b
commit 96ad70ffdd

View File

@ -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
} }