Skip to content

Commit f9ff53d

Browse files
author
Marcin Owsiany
committed
Do not log trailing whitespace.
1 parent e7ad6e6 commit f9ff53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/registry/rbac/rest/storage_rbac.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (p *PolicyData) EnsureRBACPolicy() genericapiserver.PostStartHookFunc {
264264
case result.Operation == reconciliation.ReconcileUpdate:
265265
glog.Infof("updated role.%s/%s in %v with additional permissions: %v", rbac.GroupName, role.Name, namespace, result.MissingRules)
266266
case result.Operation == reconciliation.ReconcileCreate:
267-
glog.Infof("created role.%s/%s in %v ", rbac.GroupName, role.Name, namespace)
267+
glog.Infof("created role.%s/%s in %v", rbac.GroupName, role.Name, namespace)
268268
}
269269
return nil
270270
})

0 commit comments

Comments
 (0)