Skip to content

Commit

Permalink
[Functions] Improved listener log message (#10787)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolekk authored Sep 26, 2023
1 parent a9a5120 commit 739bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/functions/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ func (l *FunctionsListener) getSecrets(ctx context.Context, eaClient ExternalAda
Version: donSecrets.Version,
})
if err != nil {
return "", errors.Wrap(err, "failed to fetch S4 record for a secret"), nil
return "", errors.Wrap(err, "failed to fetch DONHosted secrets"), nil
}
secrets = record.Payload
}
Expand Down

0 comments on commit 739bfae

Please sign in to comment.