Skip to content

Commit d5f6228

Browse files
improved log
Signed-off-by: James Milligan <[email protected]>
1 parent 466faec commit d5f6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func main() {
200200
}
201201
}(errChan)
202202

203-
setupLog.Info("starting backfill")
203+
setupLog.Info("restoring flagd-kubernetes-sync cluster role binding subjects from current cluster state")
204204
podMutator.BackfillPermissions(ctx)
205205

206206
if err := <-errChan; err != nil {

0 commit comments

Comments
 (0)