HHH-11319 - The dirtyPropertyNames content is NOT logged properly

This commit is contained in:
leonliao 2016-12-07 15:26:57 +08:00 committed by Vlad Mihalcea
parent d3dd28e474
commit f62d0d448c
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
);
}
}