Skip to content

Commit

Permalink
update debug to show state and status
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfunc committed Jun 27, 2024
1 parent 270fe57 commit 396e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/cli/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Subscribe(ctx context.Context, client client.Client, services []string) (<-
}

statusChan <- status
term.Debugf("service %s with state %s\n", servInfo.Service.Name, string(servInfo.State))
term.Debugf("service %s with state ( %s ) and status: %s\n", servInfo.Service.Name, servInfo.State.String(), servInfo.Status)
}
}()

Expand Down

0 comments on commit 396e9cc

Please sign in to comment.