Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdsteelRail committed Feb 7, 2025
1 parent 2cea370 commit 45a72ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/controllers/collaset/synccontrol/replace.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ func (r *RealSyncControl) replaceOriginPods(
r.recorder.Eventf(originPod,
corev1.EventTypeNormal,
"ReplacePod",
"failed to create replace pair Pod %s/%s to from revision %s to revision %s by replace update",
"failed to create replace pair Pod %s/%s from revision %s by replace update: %s",
originPod.Namespace,
originPod.Name,
replaceRevision.Name)
replaceRevision.Name,
err.Error())
return err
}
return nil
Expand Down

0 comments on commit 45a72ce

Please sign in to comment.