1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
This commit is contained in:
carbotaniuman 2021-05-27 20:01:01 -05:00
parent 661f047523
commit 48d41745fd

View file

@ -77,7 +77,7 @@ fun getServer(
}
circuitBreaker.eventPublisher.onReset {
LOGGER.warn { "Circuit breaker has rest" }
LOGGER.warn { "Circuit breaker has reset" }
}
circuitBreaker.eventPublisher.onStateTransition {