Skip to content

Commit

Permalink
improve error message again
Browse files Browse the repository at this point in the history
  • Loading branch information
kon-angelo committed Oct 31, 2024
1 parent d8f4bf2 commit b98e8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aws/client/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (u *updater) UpdateRouteTable(ctx context.Context, log logr.Logger, desired

deletionCandidateDestination, err := route.DestinationId()
if err != nil {
log.Error(err, "failed to find suitable destination for deletion candidate route route")
log.Error(err, "error deleting route", "route", route)
return false, err
}

Expand Down

0 comments on commit b98e8da

Please sign in to comment.