We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2d9b9 commit 5b35c11Copy full SHA for 5b35c11
crates/store/re_chunk_store/src/writes.rs
@@ -382,7 +382,7 @@ impl ChunkStore {
382
&& old_typ != list_array.value_type()
383
{
384
re_log::warn_once!(
385
- "Component '{}' with component type '{}' in entity '{}' changed type from {old_typ:?} to {:?}",
+ "Component '{}' with component type '{}' on entity '{}' changed type from {old_typ:?} to {:?}",
386
component_descr.component,
387
component_type,
388
chunk.entity_path(),
0 commit comments