Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Nov 29, 2023
1 parent 577282d commit 4511139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion provider/netcup.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ func (p *NetcupProvider) Records(ctx context.Context) ([]*endpoint.Endpoint, err
}
}
}
_ = level.Debug(p.logger).Log("msg", "endpoints collected", "endpoints", endpoints.String())
for _, endpointItem := range endpoints {
_ = level.Debug(p.logger).Log("msg", "endpoints collected", "endpoints", endpointItem.String())
}
return endpoints, nil
}

Expand Down

0 comments on commit 4511139

Please sign in to comment.