HHH-12313 Fix a typo in a log message
This commit is contained in:
parent
17bd61033d
commit
6ed9d8eef6
|
@ -1503,7 +1503,7 @@ public abstract class AbstractHANADialect extends Dialect {
|
|||
}
|
||||
catch (Exception e) {
|
||||
LOG.debug(
|
||||
"An error occurred while trying to determing the value of the HANA parameter indexserver.ini / session / max_lob_prefetch_size. Using the default value "
|
||||
"An error occurred while trying to determine the value of the HANA parameter indexserver.ini / session / max_lob_prefetch_size. Using the default value "
|
||||
+ maxLobPrefetchSizeDefault,
|
||||
e );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue