diff --git a/digicert-certcentral-anycagateway/CertCentralCAConnector.cs b/digicert-certcentral-anycagateway/CertCentralCAConnector.cs index 6590a53..6e56096 100644 --- a/digicert-certcentral-anycagateway/CertCentralCAConnector.cs +++ b/digicert-certcentral-anycagateway/CertCentralCAConnector.cs @@ -712,7 +712,7 @@ public async Task ValidateCAConnectionInfo(Dictionary 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; }