Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/lk/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
Run(); err != nil {
return err
}
fmt.Fprintf(os.Stderr, "Using region [%s]\n", util.Accented(region))
} else {
// we shouldn't ever get here, but if we do, just default to us-east
logger.Debugw("no available regions found, defaulting to us-east. please contact LiveKit support if this is unexpected.")
Expand Down
Loading