Skip to content

Commit

Permalink
Log msg about waiting for new workspace pod
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Dec 18, 2020
1 parent 9351fc3 commit 3ac0a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/workspace/workspace_new.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (o *NewOptions) Run(ctx context.Context) error {
fmt.Printf("Created workspace %s\n", o.name())

// Wait until container can be streamed from
fmt.Println("Waiting for workspace pod to be ready...")
pod, err := o.waitForContainer(ctx, ws)
if err != nil {
return err
Expand Down

0 comments on commit 3ac0a17

Please sign in to comment.