[Minor] cleanup logger

This commit is contained in:
Robert von Burg 2023-04-17 11:28:31 +02:00
parent 4ddf0de247
commit c996fb9fda
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class ElementLockingHandler<T> {
}
}
logger.info("Pruned " + count + " T locks.");
logger.info("Pruned " + count + " locks.");
}
private TypedTuple<ElementLock, Long> newLock(T element) {