Skip to content

Commit

Permalink
pkg/capabilities/triggers: MercuryTriggerService.Name() use Logger.Na…
Browse files Browse the repository at this point in the history
…me() (#907)
  • Loading branch information
jmank88 authored Nov 1, 2024
1 parent 33711d0 commit 4b0948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/capabilities/triggers/mercury_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ func (o *MercuryTriggerService) HealthReport() map[string]error {
}

func (o *MercuryTriggerService) Name() string {
return "MercuryTriggerService"
return o.lggr.Name()
}

0 comments on commit 4b0948d

Please sign in to comment.