mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 05:58:27 +00:00
Resolve 5790 Prefix a unit test log for hibernate exception in HapiFhirHibernateJpaDialect (#5791)
* prefixed the log message with "Unit test: " * resolved review comments
This commit is contained in:
parent
c0931bc356
commit
168a813076
@ -74,7 +74,7 @@ public class HapiFhirHibernateJpaDialect extends HibernateJpaDialect {
|
||||
}
|
||||
|
||||
if (HapiSystemProperties.isUnitTestModeEnabled()) {
|
||||
ourLog.error("Hibernate exception", theException);
|
||||
ourLog.error("Unit test mode: Hibernate exception", theException);
|
||||
}
|
||||
|
||||
if (theException instanceof ConstraintViolationException) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user