Skip to content

Commit

Permalink
Update projects/gateway2/reports/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Hammami <[email protected]>
  • Loading branch information
stevenctl and puertomontt authored Nov 16, 2024
1 parent 0777fac commit e32f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gateway2/reports/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (r *ReportMap) BuildRouteStatus(ctx context.Context, obj client.Object, cNa

if existing := meta.FindStatusCondition(finalConditions, pCondition.Type); existing != nil {
contextutils.LoggerFrom(ctx).Debugw(
"duplicate condiition",
"duplicate condition",
"routeName", obj.GetName(),
"routeNamespace", obj.GetNamespace(),
"parentRef", string(ptr.OrDefault(parentRef.Namespace, gwv1.Namespace(obj.GetNamespace())))+"/"+string(parentRef.Name),
Expand Down

0 comments on commit e32f344

Please sign in to comment.