Skip to content

Commit

Permalink
SNOW-1739483 add log info
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dstempniak committed Oct 23, 2024
1 parent 85bd602 commit deceee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Core/HttpUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage
}
else if (childCts != null && childCts.Token.IsCancellationRequested)
{
logger.Warn("Http request timeout. Retry the request");
logger.Warn($"Http request timeout. Retry the request after {backOffInSec} sec.");
}
else
{
Expand Down

0 comments on commit deceee4

Please sign in to comment.