diff --git a/crates/bevy_ecs/src/system/commands/mod.rs b/crates/bevy_ecs/src/system/commands/mod.rs index 32f5c6207b..255c529c5a 100644 --- a/crates/bevy_ecs/src/system/commands/mod.rs +++ b/crates/bevy_ecs/src/system/commands/mod.rs @@ -1308,7 +1308,7 @@ fn log_components(entity: Entity, world: &mut World) { .inspect_entity(entity) .map(ComponentInfo::name) .collect(); - info!("Entity {:?}: {:?}", entity, debug_infos); + info!("Entity {entity}: {debug_infos:?}"); } fn observe(