HHH-12313 Fix a typo in a log message
This commit is contained in:
parent
b322999393
commit
bac853c548
|
@ -1503,7 +1503,7 @@ public abstract class AbstractHANADialect extends Dialect {
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
LOG.debug(
|
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,
|
+ maxLobPrefetchSizeDefault,
|
||||||
e );
|
e );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue