Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati committed Oct 10, 2023
1 parent c708e87 commit 75567ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/dragonfly_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (r *DragonflyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
log.Error(err, "could not delete master")
return ctrl.Result{Requeue: true}, err
}
r.EventRecorder.Event(&df, corev1.EventTypeNormal, "Rollout", "Deleting master %s")
r.EventRecorder.Event(&df, corev1.EventTypeNormal, "Rollout", fmt.Sprintf("Deleting master %s", master.Name))
}

// If we are here all are on latest version
Expand Down

0 comments on commit 75567ed

Please sign in to comment.