Skip to content

Commit

Permalink
fix(uninstaller): correct syntax for debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkeit committed Dec 5, 2024
1 parent d8fe87d commit 0d30529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d30529

Please sign in to comment.