changed logger

This commit is contained in:
Robinson 2023-06-25 17:25:13 +02:00
parent 3897becef1
commit d63b8a6514
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -271,7 +271,7 @@ internal class ResponseManager(maxValuesInCache: Int = 65534, minimumValue: Int
suspend fun close() { suspend fun close() {
// technically, this isn't closing it, so much as it's cleaning it out // technically, this isn't closing it, so much as it's cleaning it out
logger.info { "Closing the RMI manager" } logger.debug { "Closing the response manager for RMI" }
// wait for responses, or wait for timeouts! // wait for responses, or wait for timeouts!
while (rmiWaitersInUse.value > 0) { while (rmiWaitersInUse.value > 0) {