Skip to content

Commit

Permalink
updated debug
Browse files Browse the repository at this point in the history
  • Loading branch information
henderiw committed Oct 12, 2024
1 parent 2e76c80 commit 993031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/choreo/branch_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (r *BranchStore) update(ctx context.Context, branch string, newState State)
return err
}

log.Info("branchstore update", "branch", branch, "state change", fmt.Sprintf("%s->%s", oldState.String(), newState.String()))
log.Info("branchstore update", "branch", branch, "state change", fmt.Sprintf("%s->%s", oldState, newState))
if err := r.handleTransition(ctx, newBranchCtx, oldState, newState); err != nil {
return err
}
Expand Down

0 comments on commit 993031b

Please sign in to comment.