Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Sep 5, 2024
1 parent eb72a43 commit c6a1a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ open class GenericHead(
.subscribeOn(headScheduler)
.timeout(Defaults.timeout, Mono.error(Exception("Block data not received")))
.onErrorResume { err ->
log.error("Failed to fetch latest block: ${err.message} $upstreamId", err)
log.error("Failed to fetch the latest block of upstream {}, reason - {}", upstreamId, err.message)
Mono.empty()
}
}
Expand Down

0 comments on commit c6a1a26

Please sign in to comment.