diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumWsHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumWsHead.kt index fe8cad8b7..04531b194 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumWsHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumWsHead.kt @@ -142,7 +142,7 @@ class EthereumWsHead( } .timeout(Duration.ofSeconds(60), Mono.error(RuntimeException("No response from subscribe to newHeads"))) .onErrorResume { - log.error("Error getting heads - ${it.message}") + log.error("Error getting heads for $upstreamId - ${it.message}") upstream.setStatus(UpstreamAvailability.UNAVAILABLE) subscribed = false Mono.empty()