CORDA-3800: Flaky ProtonWrapperTests test investigation (#6258)

This commit is contained in:
Viktor Kolomeyko
2020-05-21 12:33:56 +01:00
committed by GitHub
parent 5d481523bf
commit 31612901cf
2 changed files with 15 additions and 6 deletions

View File

@ -113,7 +113,7 @@ class AMQPClient(val targets: List<NetworkHostAndPort>,
override fun operationComplete(future: ChannelFuture) {
amqpActive = false
if (!future.isSuccess) {
log.info("Failed to connect to $currentTarget")
log.info("Failed to connect to $currentTarget", future.cause())
if (started) {
workerGroup?.schedule({