master
Robinson 2024-02-05 21:58:00 +01:00
parent 0500de29c8
commit c197a2f627
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 1 deletions

View File

@ -235,6 +235,7 @@ internal class EventPoller {
if (wasRunning) {
pollExecutor.awaitTermination(200, TimeUnit.MILLISECONDS)
}
logger.error("Closed Network Event Poller: wasRunning=$wasRunning")
logger.debug("Closed Network Event Poller: wasRunning=$wasRunning")
}
}