fixed typo

master
Robinson 2023-12-14 22:50:42 +01:00
parent bd6476059b
commit e4721b4c7c
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ internal class AeronDriverInternal(endPoint: EndPoint<*>?, config: Configuration
val aeron1 = aeron
if (aeron1 == null || aeron1.isClosed) {
val e = Exception("Aeron Driver [$driverId]: Error closing publication [$logInfo] :: sessionId=${subscription.images().firstOrNull()?.sessionId()}, streamId=${subscription.streamId()}")
val e = Exception("Aeron Driver [$driverId]: Error closing subscription [$logInfo] :: sessionId=${subscription.images().firstOrNull()?.sessionId()}, streamId=${subscription.streamId()}")
throw e
}