Skip to content

Commit 9829c9d

Browse files
committed
slight logging improv
1 parent d241003 commit 9829c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localstack-core/localstack/services/cloudformation/engine/v2/change_set_model_executor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ def _execute_resource_action(
386386
message=f"Resource provider operation failed: {reason}",
387387
)
388388
elif config.CFN_IGNORE_UNSUPPORTED_RESOURCE_TYPES:
389-
LOG.warning(
390-
"Resource of type %s is not supported but CFN_IGNORE_UNSUPPORTED_RESOURCE_TYPES is set to ignore it",
389+
log_not_available_message(
391390
resource_type,
391+
f'No resource provider found for "{resource_type}" but CFN_IGNORE_UNSUPPORTED_RESOURCE_TYPES is set to ignore it',
392392
)
393393
event = ProgressEvent(
394394
OperationStatus.SUCCESS,

0 commit comments

Comments
 (0)