Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Oct 17, 2023
1 parent 13703f1 commit c28d666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/readiness/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ func findCurrentStep(processStatuses map[string]health.MmsDirectorStatus) *healt
// The last element is very likely to be the Step the Agent is performing at the moment. There are some chances that
// this is a waiting step, use isWaitStep to verify this.
func findCurrentMove(processStatuses map[string]health.MmsDirectorStatus) *health.MoveStatus {
logger.Info("Finding current move")

var currentPlan *health.PlanStatus
if len(processStatuses) == 0 {
// Seems shouldn't happen but let's check anyway - may be needs to be changed to Info if this happens
Expand Down

0 comments on commit c28d666

Please sign in to comment.