ENT-2489: Minor logging improvement for SingleThreadedStateMachineManager. (#3936)

This commit is contained in:
Viktor Kolomeyko 2018-09-13 15:35:22 +01:00 committed by GitHub
parent 046b104fee
commit 3c9619b169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ class SingleThreadedStateMachineManager(
(fiber as FlowStateMachineImpl<*>).logger.warn("Caught exception from flow", throwable)
}
serviceHub.networkMapCache.nodeReady.then {
logger.info("Node ready, info: ${serviceHub.myInfo}")
resumeRestoredFlows(fibers)
flowMessaging.start { _, deduplicationHandler ->
executor.execute {