mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
Fix missing log argument in MigrateTo24_0_0
Closes #27779 Signed-off-by: Nosal, Peter (pn1895) <pn1895@att.com> Co-authored-by: Nosal, Peter (pn1895) <pn1895@att.com>
This commit is contained in:
@@ -116,6 +116,6 @@ public class MigrateTo24_0_0 implements Migration {
|
||||
return;
|
||||
}
|
||||
realm.setFirstBrokerLoginFlow(flow);
|
||||
LOG.debugf("Flow '%s' has been bound to realm %s as 'First broker login' flow", realm.getName());
|
||||
LOG.debugf("Flow '%s' has been bound to realm %s as 'First broker login' flow", flow.getId(), realm.getName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user