Skip to content

Commit

Permalink
Fix error message to mention correct event channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
deverton-godaddy committed Nov 13, 2023
1 parent 9add174 commit 3053ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapers/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (e *EndpointReaper) Run(ctx context.Context) error {

case events := <-eventChan:
if events.Err != nil {
zap.L().Debug("Got error message from node event channel", zap.Error(events.Err))
zap.L().Debug("Got error message from allocation event channel", zap.Error(events.Err))
return events.Err
}

Expand Down

0 comments on commit 3053ad1

Please sign in to comment.