HHH-11319 - The dirtyPropertyNames content is NOT logged properly
This commit is contained in:
parent
d3dd28e474
commit
f62d0d448c
|
@ -647,7 +647,7 @@ public class DefaultFlushEntityEventListener implements FlushEntityEventListener
|
|||
LOG.tracev(
|
||||
"Found dirty properties [{0}] : {1}",
|
||||
MessageHelper.infoString( persister.getEntityName(), id ),
|
||||
dirtyPropertyNames
|
||||
Arrays.toString( dirtyPropertyNames )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue