Skip to content

Commit

Permalink
Change message
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Sep 26, 2023
1 parent 12c740d commit a25366b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class EthereumWsHead(
}
.timeout(Duration.ofSeconds(60), Mono.error(RuntimeException("No response from subscribe to newHeads")))
.onErrorResume {
log.error(it.message)
log.error("Error getting heads - ${it.message}")
upstream.setStatus(UpstreamAvailability.UNAVAILABLE)
subscribed = false
Mono.empty()
Expand Down

0 comments on commit a25366b

Please sign in to comment.