Skip to content

Commit

Permalink
Update CertCentralCAConnector.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley committed Mar 11, 2024
1 parent 48a3fe7 commit 61fd7e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ public async Task ValidateCAConnectionInfo(Dictionary<string, object> connection
{
if (!(bool)connectionInfo[CertCentralConstants.Config.ENABLED])
{
_logger.LogWarning($"The CA is currently in the Disabled state. It must be Enabled to perform operations. Skipping validation...")
_logger.LogWarning($"The CA is currently in the Disabled state. It must be Enabled to perform operations. Skipping validation...");
_logger.MethodExit(LogLevel.Trace);
return;
}
Expand Down

0 comments on commit 61fd7e0

Please sign in to comment.