diff --git a/source/packages/@aws-accelerator/tools/lib/classes/accelerator-tool.ts b/source/packages/@aws-accelerator/tools/lib/classes/accelerator-tool.ts index 71c3cefc2..0f2c81a22 100644 --- a/source/packages/@aws-accelerator/tools/lib/classes/accelerator-tool.ts +++ b/source/packages/@aws-accelerator/tools/lib/classes/accelerator-tool.ts @@ -1120,7 +1120,7 @@ export class AcceleratorTool { if (e.name === 'KMSInvalidStateException') { // This is needed because session manager key is deleted with stack this.debugLog( - '`KMS Key ${kmsKeyId} from ${stackName} stack in ${keyStatus.KeyMetadata?.KeyState} status, can not schedule deletion`', + `KMS Key ${kmsKeyId} from ${stackName} stack in ${keyStatus.KeyMetadata?.KeyState} status, can not schedule deletion`, 'info', ); return true;