mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12920 Fix a debug message causing an exception at debug level
This commit is contained in:
parent
c1931f5d8d
commit
e8fcbe29c3
@ -38,9 +38,8 @@ protected DomainDataStorageAccess getStorageAccess() {
|
||||
return storageAccess;
|
||||
}
|
||||
|
||||
@SuppressWarnings({"unchecked", "WeakerAccess"})
|
||||
protected void clearCache() {
|
||||
log.debugf( "Clearing cache data map [region=`%s`]" );
|
||||
log.debugf( "Clearing cache data map [region=`%s`]", region.getName() );
|
||||
getStorageAccess().evictData();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user