Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Apr 22, 2024
1 parent 9a63865 commit fbdaa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Core/SFStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ internal QueryStatus GetQueryStatus(string queryId)
{
logger.Warn("No queries in data in executed query status response !!!");
}
logger.Warn($"Executed query to get status !!! code: {response.code} message: {response.message} data: {response.data}, queriesCount: {response.data.queries?.Count}");
logger.Warn($"Executed query to get status !!! success: {response.success} code: {response.code} message: {response.message} data: {response.data}, queriesCount: {response.data.queries?.Count}");
if (SessionExpired(response))
{
SfSession.renewSession();
Expand Down

0 comments on commit fbdaa42

Please sign in to comment.