HHH-13451 Logging typo in CascadingActions causing significant allocations
This commit is contained in:
parent
44c13af23b
commit
9367f01162
|
@ -294,7 +294,7 @@ public class CascadingActions {
|
||||||
Object anything,
|
Object anything,
|
||||||
boolean isCascadeDeleteEnabled)
|
boolean isCascadeDeleteEnabled)
|
||||||
throws HibernateException {
|
throws HibernateException {
|
||||||
LOG.tracev( "Cascading to persist: {0}" + entityName );
|
LOG.tracev( "Cascading to persist: {0}", entityName );
|
||||||
session.persist( entityName, child, (Map) anything );
|
session.persist( entityName, child, (Map) anything );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue