mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
Add logging
This commit is contained in:
parent
899caa1913
commit
3e4522be86
@ -113,7 +113,9 @@ public class HapiTransactionService {
|
||||
}
|
||||
|
||||
if (maxRetries > 0) {
|
||||
ourLog.info("Max retries ({}) exceeded for version conflict", maxRetries);
|
||||
String msg = "Max retries (" + maxRetries + ") exceeded for version conflict: " + e.getMessage();
|
||||
ourLog.info(msg, maxRetries);
|
||||
throw new ResourceVersionConflictException(msg);
|
||||
}
|
||||
|
||||
throw e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user