Skip to content

Commit

Permalink
Fix missing log argument in MigrateTo24_0_0
Browse files Browse the repository at this point in the history
Closes keycloak#27779

Signed-off-by: Nosal, Peter (pn1895) <[email protected]>
Co-authored-by: Nosal, Peter (pn1895) <[email protected]>
  • Loading branch information
PetkoNosal and Nosal, Peter (pn1895) authored Mar 13, 2024
1 parent 9547c34 commit 3989cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ private void bindFirstBrokerLoginFlow(KeycloakSession session) {
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());
}
}

0 comments on commit 3989cb5

Please sign in to comment.