Reduce log spam

This commit is contained in:
CalDescent 2021-10-06 18:22:38 +01:00
parent cd359de7eb
commit 9bcd0bbfac

View File

@ -1050,7 +1050,7 @@ public class HSQLDBRepository implements Repository {
long startTime = System.currentTimeMillis();
while (this.otherTransactionsCount() > 0) {
// Wait and try again
LOGGER.info("Waiting for repository...");
LOGGER.debug("Waiting for repository...");
Thread.sleep(1000L);
if (timeout != null) {