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:
parent
9547c34592
commit
3989cb5e90
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue