mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
CORDA-3800: Flaky ProtonWrapperTests test investigation (#6258)
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user