mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-13451 Logging typo in CascadingActions causing significant allocations
This commit is contained in:
parent
7309cdeb66
commit
deb06eaa0b
@ -294,7 +294,7 @@ public void cascade(
|
|||||||
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…
x
Reference in New Issue
Block a user