Skip to content

Commit

Permalink
Wrap error
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Sep 11, 2023
1 parent fc1fbe2 commit cb304f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (reconciler *Reconciler) reconcileDebounced(ctx context.Context) error {

r.Logger.Info("Reloading config")
if err := r.config.ReloadConfig(); err != nil {
return err
return fmt.Errorf("error reloading network-operator config: %w", err)
}

l3vnis, err := r.fetchLayer3(ctx)
Expand Down

0 comments on commit cb304f3

Please sign in to comment.