Updated logs

This commit is contained in:
Robinson 2023-10-26 12:02:09 +02:00
parent 9d303beade
commit d7884c4d8d
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -824,7 +824,7 @@ internal class AeronDriverInternal(endPoint: EndPoint<*>?, config: Configuration
while (count > 0 && currentUsage > 0) {
if (logger.isDebugEnabled) {
logger.debug("Aeron Driver [$driverId]: in use, double checking status")
logger.debug("Aeron Driver [$driverId]: usage is: $currentUsage, double checking status")
}
delayLingerTimeout()
currentUsage = driverBacklog()?.snapshot()?.size ?: 0
@ -839,7 +839,7 @@ internal class AeronDriverInternal(endPoint: EndPoint<*>?, config: Configuration
count = 3
while (count > 0 && currentUsage > 0) {
if (logger.isDebugEnabled) {
logger.debug("Aeron Driver [$driverId]: in use, double checking status (long)")
logger.debug("Aeron Driver [$driverId]: usage is: $currentUsage, double checking status (long)")
}
delayDriverTimeout()
currentUsage = driverBacklog()?.snapshot()?.size ?: 0