Skip to content

Commit 0dd7c54

Browse files
committed
Fix log message
Signed-off-by: Israel Blancas <[email protected]>
1 parent e0bcbd7 commit 0dd7c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func main() {
248248
w, err := checkRbacPermissions(reviewer, ctx)
249249
if err != nil {
250250
createRBACPermissions = false
251-
setupLog.Info("the operator has not permissions to create rbac resources", "error", err, "serviceAccount")
251+
setupLog.Info("the operator has not permissions to create rbac resources", "error", err)
252252
}
253253
if w != nil {
254254
createRBACPermissions = false

0 commit comments

Comments
 (0)