Skip to content

Commit 5b35c11

Browse files
authored
Update crates/store/re_chunk_store/src/writes.rs
1 parent 3f2d9b9 commit 5b35c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_chunk_store/src/writes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ impl ChunkStore {
382382
&& old_typ != list_array.value_type()
383383
{
384384
re_log::warn_once!(
385-
"Component '{}' with component type '{}' in entity '{}' changed type from {old_typ:?} to {:?}",
385+
"Component '{}' with component type '{}' on entity '{}' changed type from {old_typ:?} to {:?}",
386386
component_descr.component,
387387
component_type,
388388
chunk.entity_path(),

0 commit comments

Comments
 (0)