Skip to content

Conversation

adeatcu-ionos
Copy link
Collaborator

@adeatcu-ionos adeatcu-ionos commented Mar 24, 2023

What does this fix or implement?

Checklist

  • PR name added as appropriate (e.g. feat:/fix:/doc:/refactor:)
  • README.md updated
  • Ionos Cloud doc updated
  • Ionos Cloud Terraformer doc updated - for this one please create a separate PR on the doc repo
  • Changelog updated and version incremented (label: upcoming release)
  • Github Issue linked if any
  • Jira task updated

if err != nil {
return err
}
if response.Items == nil {
log.Printf("[WARNING] 'nil' expected a response containing certificates but received 'nil' instead.")
log.Printf("[WARNING] expected a response containing certificates but received 'nil' instead.\n")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can probably use log.Println?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristiGuranIonos I modified all messages and I removed the newline based on what we discussed: log.Printf doesn't require a newline at the end, it adds it anyways.

@adeatcu-ionos adeatcu-ionos force-pushed the fix-typos-for-certificate-manager branch from ef8d49a to 69330a2 Compare March 24, 2023 11:38
@adeatcu-ionos adeatcu-ionos merged commit 40e77b1 into add-remaining-ionoscloud-resources Mar 24, 2023
@adeatcu-ionos adeatcu-ionos deleted the fix-typos-for-certificate-manager branch March 24, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants