Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong number of args #288

Merged
merged 1 commit into from
Oct 7, 2019
Merged

wrong number of args #288

merged 1 commit into from
Oct 7, 2019

Conversation

frodopwns
Copy link
Contributor

the logger expects an even number of args after the initial message string

@frodopwns frodopwns added azure-sql bug 🪲 Something isn't working labels Oct 4, 2019
Copy link
Contributor

@jananivMS jananivMS left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@@ -66,7 +66,7 @@ func (r *SqlDatabaseReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
if helpers.IsBeingDeleted(&instance) {
if helpers.HasFinalizer(&instance, SQLDatabaseFinalizerName) {
if err := r.deleteExternal(&instance); err != nil {
log.Info("Delete SqlDatabase failed with ", err.Error())
log.Info("Delete SqlDatabase failed with ", "err", err.Error())
Copy link
Contributor

Choose a reason for hiding this comment

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

ugh, I have fixed this 3 times now

@frodopwns frodopwns merged commit d75a2cc into Azure:azure-sql Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants