HHH-12313 Fix a typo in a log message

This commit is contained in:
Guillaume Smet 2018-02-21 12:29:07 +01:00
parent b322999393
commit bac853c548
1 changed files with 1 additions and 1 deletions

View File

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