Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwoehrle committed Aug 18, 2022
1 parent 60d175d commit 3d6a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/cluster_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (i *ClusterActionRunner) CreateClient(obj *v1alpha1.KeycloakClient, realm s
return i.client.Update(i.context, obj)
}

log.Info(fmt.Sprintf("FAILED: create client failed for client %s with error %s", obj.Spec.Client.Name, err))
log.Info(fmt.Sprintf("FAILED: create client failed for client %s with error %s", obj.Spec.Client.Name, err.Error()))

if err.Error() == "failed to create client: (409) 409 Conflict" {
log.Info(" retry create client after 409 Conclict")
Expand Down

0 comments on commit 3d6a67f

Please sign in to comment.