Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Kumar <[email protected]>
  • Loading branch information
shivamkm07 committed Aug 7, 2023
1 parent 1d15178 commit 7086a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/azure/eventhubs/eventhubs.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func (aeh *AzureEventHubs) Subscribe(subscribeCtx context.Context, topic string,
aeh.logger.Warnf("Successfully processed EventHubs events after it previously failed for topic %s", topic)
})
if retryErr != nil {
aeh.logger.Errorf("Too many failed attempts at processing Eventhubs events for topic %s. Error: %v", topic, retryerr)
aeh.logger.Errorf("Too many failed attempts at processing Eventhubs events for topic %s. Error: %v", topic, retryErr)
}
return resp, retryErr
}
Expand Down

0 comments on commit 7086a09

Please sign in to comment.