Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Aug 26, 2024
1 parent 3653898 commit 74a5803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ public class ClockSkewInterceptor : HttpInterceptor {
try {
Instant.fromRfc5322(it)
} catch (e: ParseException) {
logger.debug(e) { "Error while parsing \"Date\" header from service response" }
logger.warn { "Service returned malformed \"Date\" header value \"$it\", skipping skew calculation" }
logger.debug(e) { e.message.toString() }
return context.response
}
} ?: run {
Expand Down

0 comments on commit 74a5803

Please sign in to comment.