mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12313 Fix a typo in a log message
This commit is contained in:
parent
b322999393
commit
bac853c548
@ -1503,7 +1503,7 @@ public void contributeTypes(TypeContributions typeContributions, ServiceRegistry
|
|||||||
}
|
}
|
||||||
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…
x
Reference in New Issue
Block a user