Skip to content

Commit

Permalink
Add class name to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Jun 5, 2024
1 parent 7f0f801 commit 780d213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal static ISnowflakeCredentialManager GetCredentialManager()
}
else
{
s_logger.Info("Using a custom credential manager");
s_logger.Info($"Using a custom credential manager: {s_customCredentialManager.GetType().Name}");
return s_customCredentialManager;
}
}
Expand Down

0 comments on commit 780d213

Please sign in to comment.